Searched refs:_glptr_IsProgram (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8078 typedef GLboolean (GLAPIENTRYP _glptr_IsProgram)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
8081 static inline _glptr_IsProgram GET_IsProgram(struct _glapi_table *disp) {
8082 return (_glptr_IsProgram) (GET_by_offset(disp, _gloffset_IsProgram));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8551 typedef GLboolean (GLAPIENTRYP _glptr_IsProgram)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
8554 static inline _glptr_IsProgram GET_IsProgram(struct _glapi_table *disp) {
8555 return (_glptr_IsProgram) (GET_by_offset(disp, _gloffset_IsProgram));
[all...]

Completed in 110 milliseconds