Lines Matching refs:newTex
1335 GLboolean newTex = GL_FALSE; in _mesa_meta_alloc_texture() local
1364 newTex = GL_TRUE; in _mesa_meta_alloc_texture()
1377 return newTex; in _mesa_meta_alloc_texture()
1392 bool newTex; in _mesa_meta_setup_copypix_texture() local
1401 newTex = _mesa_meta_alloc_texture(tex, width, height, intFormat); in _mesa_meta_setup_copypix_texture()
1404 if (newTex) { in _mesa_meta_setup_copypix_texture()
1435 GLboolean newTex, in _mesa_meta_setup_drawpix_texture() argument
1453 if (newTex) { in _mesa_meta_setup_drawpix_texture()
2093 GLboolean fallback, newTex; in _mesa_meta_DrawPixels() local
2184 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_DrawPixels()
2238 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2281 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2288 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_DrawPixels()
2347 GLboolean newTex; in _mesa_meta_Bitmap() local
2382 newTex = _mesa_meta_alloc_texture(tex, width, height, texIntFormat); in _mesa_meta_Bitmap()
2449 _mesa_meta_setup_drawpix_texture(ctx, tex, newTex, width, height, in _mesa_meta_Bitmap()