Searched refs:legal_texsubimage_target (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | teximage.c | 1598 legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target, function in typeref:typename:GLboolean 1644 _mesa_problem(ctx, "invalid dims=%u in legal_texsubimage_target()", 2309 if (!legal_texsubimage_target(ctx, dimensions, target, false)) { 3366 if (!legal_texsubimage_target(ctx, dims, target, false)) { 3453 if (!legal_texsubimage_target(ctx, dims, texObj->Target, true)) { 4159 if (!legal_texsubimage_target(ctx, 1, target, false)) { 4186 if (!legal_texsubimage_target(ctx, 2, target, false)) { 4213 if (!legal_texsubimage_target(ctx, 3, target, false)) { 4241 if (!legal_texsubimage_target(ctx, 1, texObj->Target, true)) { 4266 if (!legal_texsubimage_target(ct [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | teximage.c | 1578 legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target, function in typeref:typename:GLboolean 1624 _mesa_problem(ctx, "invalid dims=%u in legal_texsubimage_target()", 2298 if (!legal_texsubimage_target(ctx, dimensions, target, false)) { 3638 if (!legal_texsubimage_target(ctx, dims, target, false)) { 3729 if (!legal_texsubimage_target(ctx, dims, texObj->Target, true)) { 4625 if (!legal_texsubimage_target(ctx, 1, target, false)) { 4652 if (!legal_texsubimage_target(ctx, 2, target, false)) { 4679 if (!legal_texsubimage_target(ctx, 3, target, false)) { 4707 if (!legal_texsubimage_target(ctx, 1, texObj->Target, true)) { 4732 if (!legal_texsubimage_target(ct [all...] |
Completed in 15 milliseconds