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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h9332 typedef void (GLAPIENTRYP _glptr_MemoryBarrierByRegion)(GLbitfield); typedef in typeref:typename:void (GLAPIENTRYP)(GLbitfield)
9335 static inline _glptr_MemoryBarrierByRegion GET_MemoryBarrierByRegion(struct _glapi_table *disp) {
9336 return (_glptr_MemoryBarrierByRegion) (GET_by_offset(disp, _gloffset_MemoryBarrierByRegion));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h9805 typedef void (GLAPIENTRYP _glptr_MemoryBarrierByRegion)(GLbitfield); typedef in typeref:typename:void (GLAPIENTRYP)(GLbitfield)
9808 static inline _glptr_MemoryBarrierByRegion GET_MemoryBarrierByRegion(struct _glapi_table *disp) {
9809 return (_glptr_MemoryBarrierByRegion) (GET_by_offset(disp, _gloffset_MemoryBarrierByRegion));
[all...]

Completed in 108 milliseconds