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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12984 typedef void (GLAPIENTRYP _glptr_CreateSamplers)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
12987 static inline _glptr_CreateSamplers GET_CreateSamplers(struct _glapi_table *disp) {
12988 return (_glptr_CreateSamplers) (GET_by_offset(disp, _gloffset_CreateSamplers));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13457 typedef void (GLAPIENTRYP _glptr_CreateSamplers)(GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLsizei,GLuint *)
13460 static inline _glptr_CreateSamplers GET_CreateSamplers(struct _glapi_table *disp) {
13461 return (_glptr_CreateSamplers) (GET_by_offset(disp, _gloffset_CreateSamplers));
[all...]

Completed in 104 milliseconds