Searched refs:texIntFormat (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1344 GLenum texIntFormat, in setup_drawpix_texture() argument 2365 GLenum texIntFormat; in _mesa_meta_DrawPixels() local 2384 texIntFormat = format; in _mesa_meta_DrawPixels() 2386 texIntFormat = GL_RGBA; in _mesa_meta_DrawPixels() 2395 texIntFormat = GL_RGBA32F; in _mesa_meta_DrawPixels() 2406 texIntFormat = GL_ALPHA; in _mesa_meta_DrawPixels() 2420 texIntFormat = GL_DEPTH_COMPONENT; in _mesa_meta_DrawPixels() 2458 newTex = alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels() 2520 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height, in _mesa_meta_DrawPixels() 2563 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height, in _mesa_meta_DrawPixels() [all …]
|