Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-gl.c61 surface->gltype = GL_UNSIGNED_BYTE; in surface_gl_create_texture()
66 surface->gltype = GL_UNSIGNED_BYTE; in surface_gl_create_texture()
70 surface->gltype = GL_UNSIGNED_SHORT_5_6_5; in surface_gl_create_texture()
85 0, surface->glformat, surface->gltype, 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.h23 GLenum gltype; member