Searched refs:validate_texture_wrap_mode (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | samplerobj.c | 476 validate_texture_wrap_mode(struct gl_context *ctx, GLenum wrap) function in typeref:typename:GLboolean 513 assert(validate_texture_wrap_mode(ctx, s)); 514 assert(validate_texture_wrap_mode(ctx, t)); 515 assert(validate_texture_wrap_mode(ctx, r)); 536 if (validate_texture_wrap_mode(ctx, param)) { 551 if (validate_texture_wrap_mode(ctx, param)) { 566 if (validate_texture_wrap_mode(ctx, param)) {
|
| H A D | texparam.c | 55 validate_texture_wrap_mode(struct gl_context * ctx, GLenum target, GLenum wrap) function in typeref:typename:GLboolean 339 if (validate_texture_wrap_mode(ctx, texObj->Target, params[0])) { 352 if (validate_texture_wrap_mode(ctx, texObj->Target, params[0])) { 365 if (validate_texture_wrap_mode(ctx, texObj->Target, params[0])) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | samplerobj.c | 493 validate_texture_wrap_mode(struct gl_context *ctx, GLenum wrap) function in typeref:typename:GLboolean 538 assert(validate_texture_wrap_mode(ctx, s)); 539 assert(validate_texture_wrap_mode(ctx, t)); 540 assert(validate_texture_wrap_mode(ctx, r)); 571 if (validate_texture_wrap_mode(ctx, param)) { 590 if (validate_texture_wrap_mode(ctx, param)) { 609 if (validate_texture_wrap_mode(ctx, param)) {
|
| H A D | texparam.c | 60 validate_texture_wrap_mode(struct gl_context * ctx, GLenum target, GLenum wrap) function in typeref:typename:GLboolean 337 if (validate_texture_wrap_mode(ctx, texObj->Target, params[0])) { 354 if (validate_texture_wrap_mode(ctx, texObj->Target, params[0])) { 371 if (validate_texture_wrap_mode(ctx, texObj->Target, params[0])) {
|
Completed in 17 milliseconds