Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2090 GLenum texIntFormat; in _mesa_meta_DrawPixels() local
2108 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() local
2380 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()