Lines Matching defs:legal_texsubimage_target
1578 legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target,
1624 _mesa_problem(ctx, "invalid dims=%u in legal_texsubimage_target()",
3594 if (!legal_texsubimage_target(ctx, dims, target, false)) {
3685 if (!legal_texsubimage_target(ctx, dims, texObj->Target, true)) {
4290 if (!no_error && !legal_texsubimage_target(ctx, dims, target, false)) {
4589 if (!legal_texsubimage_target(ctx, 1, target, false)) {
4616 if (!legal_texsubimage_target(ctx, 2, target, false)) {
4643 if (!legal_texsubimage_target(ctx, 3, target, false)) {
4671 if (!legal_texsubimage_target(ctx, 1, texObj->Target, true)) {
4696 if (!legal_texsubimage_target(ctx, 1, texObj->Target, true)) {
4740 if (!legal_texsubimage_target(ctx, 2, texObj->Target, true)) {
4765 if (!legal_texsubimage_target(ctx, 2, texObj->Target, true)) {
4809 if (!legal_texsubimage_target(ctx, 3, texObj->Target, true)) {
4842 if (!legal_texsubimage_target(ctx, 3, texObj->Target, true)) {