Lines Matching full:newtex
1250 GLboolean newTex = GL_FALSE;
1279 newTex = GL_TRUE;
1292 return newTex;
1301 GLboolean newTex,
1312 if (newTex) {
1343 GLboolean newTex,
1355 if (newTex) {
1592 GLboolean newTex;
1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA);
1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH,
1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT);
1704 setup_drawpix_texture(ctx, tex, newTex, GL_DEPTH_COMPONENT, srcW, srcH,
2111 GLboolean newTex;
2159 newTex = alloc_texture(tex, width, height, intFormat);
2195 setup_copypix_texture(tex, newTex, srcX, srcY, width, height,
2366 GLboolean fallback, newTex;
2458 newTex = alloc_texture(tex, width, height, texIntFormat);
2520 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height,
2563 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height,
2570 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height,
2634 GLboolean newTex;
2692 newTex = alloc_texture(tex, width, height, texIntFormat);
2756 setup_drawpix_texture(ctx, tex, newTex, texIntFormat, width, height,