Lines Matching refs:texIntFormat
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()
2570 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height, in _mesa_meta_DrawPixels()
2627 const GLenum texIntFormat = GL_ALPHA; in _mesa_meta_Bitmap() local
2692 newTex = alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()
2756 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height, in _mesa_meta_Bitmap()