Lines Matching refs:newTex
1333 GLboolean newTex = GL_FALSE; in _mesa_meta_alloc_texture() local
1362 newTex = GL_TRUE; in _mesa_meta_alloc_texture()
1375 return newTex; in _mesa_meta_alloc_texture()
1390 bool newTex; in _mesa_meta_setup_copypix_texture() local
1399 newTex = _mesa_meta_alloc_texture(tex, width, height, intFormat); in _mesa_meta_setup_copypix_texture()
1402 if (newTex) { in _mesa_meta_setup_copypix_texture()
1433 GLboolean newTex, in _mesa_meta_setup_drawpix_texture() argument
1451 if (newTex) { in _mesa_meta_setup_drawpix_texture()
2091 GLboolean fallback, newTex; in _mesa_meta_DrawPixels() local
2182 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels()
2236 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2279 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2286 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2345 GLboolean newTex; in _mesa_meta_Bitmap() local
2380 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()
2447 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_Bitmap()