Searched refs:glformat (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | console-gl.c | 60 surface->glformat = GL_BGRA_EXT; in surface_gl_create_texture() 65 surface->glformat = GL_RGBA; in surface_gl_create_texture() 69 surface->glformat = GL_RGB; in surface_gl_create_texture() 85 0, surface->glformat, surface->gltype, in surface_gl_create_texture() 88 glTexImage2D(GL_TEXTURE_2D, 0, surface->glformat, in surface_gl_create_texture() 91 0, surface->glformat, surface->gltype, in surface_gl_create_texture() 162 surface->glformat, surface->gltype, in surface_gl_update_texture()
|
| /openbmc/qemu/include/ui/ |
| H A D | surface.h | 22 GLenum glformat; member
|