Searched refs:_glptr_DispatchCompute (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 12159 typedef void (GLAPIENTRYP _glptr_DispatchCompute)(GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint) 12162 static inline _glptr_DispatchCompute GET_DispatchCompute(struct _glapi_table *disp) { 12163 return (_glptr_DispatchCompute) (GET_by_offset(disp, _gloffset_DispatchCompute));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 12632 typedef void (GLAPIENTRYP _glptr_DispatchCompute)(GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint) 12635 static inline _glptr_DispatchCompute GET_DispatchCompute(struct _glapi_table *disp) { 12636 return (_glptr_DispatchCompute) (GET_by_offset(disp, _gloffset_DispatchCompute)); [all...] |
Completed in 151 milliseconds