Lines Matching refs:newTex

1250    GLboolean newTex = GL_FALSE;  in alloc_texture()  local
1279 newTex = GL_TRUE; in alloc_texture()
1292 return newTex; in alloc_texture()
1301 GLboolean newTex, in setup_copypix_texture() argument
1312 if (newTex) { in setup_copypix_texture()
1343 GLboolean newTex, in setup_drawpix_texture() argument
1355 if (newTex) { in setup_drawpix_texture()
1592 GLboolean newTex; in _mesa_meta_BlitFramebuffer() local
1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA); in _mesa_meta_BlitFramebuffer()
1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer()
1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT); in _mesa_meta_BlitFramebuffer()
1704 setup_drawpix_texture(ctx, tex, newTex, GL_DEPTH_COMPONENT, srcW, srcH, in _mesa_meta_BlitFramebuffer()
2111 GLboolean newTex; in _mesa_meta_CopyPixels() local
2159 newTex = alloc_texture(tex, width, height, intFormat); in _mesa_meta_CopyPixels()
2195 setup_copypix_texture(tex, newTex, srcX, srcY, width, height, in _mesa_meta_CopyPixels()
2366 GLboolean fallback, newTex; in _mesa_meta_DrawPixels() local
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()
2634 GLboolean newTex; 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()