Searched refs:is_program (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shaderapi.c | 236 is_program(struct gl_context *ctx, GLuint name) function in typeref:typename:GLboolean 498 if (is_shader(ctx, shader) || is_program(ctx, shader)) 1577 if (is_program(ctx, obj)) { 1667 if (is_program(ctx, object)) { 1684 if (is_program(ctx, object)) { 1771 return is_program(ctx, name);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shaderapi.c | 279 is_program(struct gl_context *ctx, GLuint name) function in typeref:typename:GLboolean 541 if (is_shader(ctx, shader) || is_program(ctx, shader)) 1725 if (is_program(ctx, obj)) { 1815 if (is_program(ctx, object)) { 1832 if (is_program(ctx, object)) { 1919 return is_program(ctx, name);
|
Completed in 10 milliseconds