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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12390 typedef void (GLAPIENTRYP _glptr_ShaderStorageBlockBinding)(GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint)
12393 static inline _glptr_ShaderStorageBlockBinding GET_ShaderStorageBlockBinding(struct _glapi_table *disp) {
12394 return (_glptr_ShaderStorageBlockBinding) (GET_by_offset(disp, _gloffset_ShaderStorageBlockBinding));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12863 typedef void (GLAPIENTRYP _glptr_ShaderStorageBlockBinding)(GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint)
12866 static inline _glptr_ShaderStorageBlockBinding GET_ShaderStorageBlockBinding(struct _glapi_table *disp) {
12867 return (_glptr_ShaderStorageBlockBinding) (GET_by_offset(disp, _gloffset_ShaderStorageBlockBinding));
[all...]

Completed in 133 milliseconds