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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h8375 typedef void (GLAPIENTRYP _glptr_ValidateProgram)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
8378 static inline _glptr_ValidateProgram GET_ValidateProgram(struct _glapi_table *disp) {
8379 return (_glptr_ValidateProgram) (GET_by_offset(disp, _gloffset_ValidateProgram));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8848 typedef void (GLAPIENTRYP _glptr_ValidateProgram)(GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint)
8851 static inline _glptr_ValidateProgram GET_ValidateProgram(struct _glapi_table *disp) {
8852 return (_glptr_ValidateProgram) (GET_by_offset(disp, _gloffset_ValidateProgram));
[all...]

Completed in 104 milliseconds