Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2099 GLenum texIntFormat; in _mesa_meta_DrawPixels() local
2117 texIntFormat = format; in _mesa_meta_DrawPixels()
2119 texIntFormat = GL_RGBA; in _mesa_meta_DrawPixels()
2128 texIntFormat = GL_RGBA32F; in _mesa_meta_DrawPixels()
2139 texIntFormat = GL_ALPHA; in _mesa_meta_DrawPixels()
2153 texIntFormat = GL_DEPTH_COMPONENT; in _mesa_meta_DrawPixels()
2191 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels()
2350 const GLenum texIntFormat = GL_ALPHA; in _mesa_meta_Bitmap() local
2389 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()