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

/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h11977 typedef void (GLAPIENTRYP _glptr_DispatchCompute)(GLuint, GLuint, GLuint); typedef
11980 static inline _glptr_DispatchCompute GET_DispatchCompute(struct _glapi_table *disp) {
11981 return (_glptr_DispatchCompute) (GET_by_offset(disp, _gloffset_DispatchCompute));

Completed in 152 milliseconds