Home
last modified time | relevance | path

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

/qemu/ui/
H A Dconsole-gl.c59 surface->glformat = GL_BGRA_EXT; in surface_gl_create_texture()
64 surface->glformat = GL_RGBA; in surface_gl_create_texture()
68 surface->glformat = GL_RGB; in surface_gl_create_texture()
84 0, surface->glformat, surface->gltype, in surface_gl_create_texture()
87 glTexImage2D(GL_TEXTURE_2D, 0, surface->glformat, in surface_gl_create_texture()
90 0, surface->glformat, surface->gltype, in surface_gl_create_texture()
114 surface->glformat, surface->gltype, in surface_gl_update_texture()
/qemu/include/ui/
H A Dsurface.h22 GLenum glformat; member