Searched refs:texIntFormat (Results 1 – 1 of 1) sorted by relevance
2090 GLenum texIntFormat; in _mesa_meta_DrawPixels() local2108 texIntFormat = format; in _mesa_meta_DrawPixels()2110 texIntFormat = GL_RGBA; in _mesa_meta_DrawPixels()2119 texIntFormat = GL_RGBA32F; in _mesa_meta_DrawPixels()2130 texIntFormat = GL_ALPHA; in _mesa_meta_DrawPixels()2144 texIntFormat = GL_DEPTH_COMPONENT; in _mesa_meta_DrawPixels()2182 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels()2341 const GLenum texIntFormat = GL_ALPHA; in _mesa_meta_Bitmap() local2380 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()