Searched refs:texIntFormat (Results 1 – 1 of 1) sorted by relevance
2092 GLenum texIntFormat; in _mesa_meta_DrawPixels() local2110 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() local2382 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()