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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7803 typedef void (GLAPIENTRYP _glptr_CompileShader)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
7806 static inline _glptr_CompileShader GET_CompileShader(struct _glapi_table *disp) {
7807 return (_glptr_CompileShader) (GET_by_offset(disp, _gloffset_CompileShader));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8276 typedef void (GLAPIENTRYP _glptr_CompileShader)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
8279 static inline _glptr_CompileShader GET_CompileShader(struct _glapi_table *disp) {
8280 return (_glptr_CompileShader) (GET_by_offset(disp, _gloffset_CompileShader));
[all...]

Completed in 192 milliseconds