Home
last modified time | relevance | path

Searched refs:glformat (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dconsole-gl.c60 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 Dsurface.h22 GLenum glformat; member