Searched refs:legal_teximage_target (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | teximage.c | 1530 legal_teximage_target(struct gl_context *ctx, GLuint dims, GLenum target) function in typeref:typename:GLboolean 1585 _mesa_problem(ctx, "invalid dims=%u in legal_teximage_target()", dims); 1594 * The difference compared to legal_teximage_target() above is that 2950 if (!legal_teximage_target(ctx, dims, target)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | teximage.c | 1510 legal_teximage_target(struct gl_context *ctx, GLuint dims, GLenum target) function in typeref:typename:GLboolean 1565 _mesa_problem(ctx, "invalid dims=%u in legal_teximage_target()", dims); 1574 * The difference compared to legal_teximage_target() above is that 3015 !legal_teximage_target(ctx, dims, target)) {
|
Completed in 21 milliseconds