Lines Matching refs:newTex
1321 GLboolean newTex = GL_FALSE; in _mesa_meta_alloc_texture() local
1350 newTex = GL_TRUE; in _mesa_meta_alloc_texture()
1363 return newTex; in _mesa_meta_alloc_texture()
1378 bool newTex; in _mesa_meta_setup_copypix_texture() local
1387 newTex = _mesa_meta_alloc_texture(tex, width, height, intFormat); in _mesa_meta_setup_copypix_texture()
1390 if (newTex) { in _mesa_meta_setup_copypix_texture()
1421 GLboolean newTex, in _mesa_meta_setup_drawpix_texture() argument
1439 if (newTex) { in _mesa_meta_setup_drawpix_texture()
2113 GLboolean fallback, newTex; in _mesa_meta_DrawPixels() local
2204 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels()
2258 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2301 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2308 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2367 GLboolean newTex; in _mesa_meta_Bitmap() local
2402 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()
2469 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_Bitmap()