Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c2092 GLenum texIntFormat; in _mesa_meta_DrawPixels() local
2110 texIntFormat = format; in _mesa_meta_DrawPixels()
2112 texIntFormat = GL_RGBA; in _mesa_meta_DrawPixels()
2121 texIntFormat = GL_RGBA32F; in _mesa_meta_DrawPixels()
2132 texIntFormat = GL_ALPHA; in _mesa_meta_DrawPixels()
2146 texIntFormat = GL_DEPTH_COMPONENT; in _mesa_meta_DrawPixels()
2184 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels()
2343 const GLenum texIntFormat = GL_ALPHA; in _mesa_meta_Bitmap() local
2382 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()