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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12170 typedef void (GLAPIENTRYP _glptr_DispatchComputeIndirect)(GLintptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLintptr)
12173 static inline _glptr_DispatchComputeIndirect GET_DispatchComputeIndirect(struct _glapi_table *disp) {
12174 return (_glptr_DispatchComputeIndirect) (GET_by_offset(disp, _gloffset_DispatchComputeIndirect));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h12643 typedef void (GLAPIENTRYP _glptr_DispatchComputeIndirect)(GLintptr); typedef in typeref:typename:void (GLAPIENTRYP)(GLintptr)
12646 static inline _glptr_DispatchComputeIndirect GET_DispatchComputeIndirect(struct _glapi_table *disp) {
12647 return (_glptr_DispatchComputeIndirect) (GET_by_offset(disp, _gloffset_DispatchComputeIndirect));
[all...]

Completed in 154 milliseconds