Lines Matching defs:texTarget
128 const GLenum texTarget = texObj->Target == GL_TEXTURE_CUBE_MAP
136 _mesa_framebuffer_texture(ctx, fb, attachment, att, texObj, texTarget,
230 * \param texTarget Texture target that will be the source of the blit
2023 const char *texTarget;
2030 texTarget = "RECT";
2032 texTarget = "2D";
2033 snprintf(program2, sizeof(program2), program, texTarget);
2057 const char *texTarget;
2064 texTarget = "RECT";
2066 texTarget = "2D";
2067 snprintf(program2, sizeof(program2), program, texTarget);