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

/external/mesa3d/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1158 { "glPassThrough", 10, _gloffset_PassThrough },
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp928 EXPECT_EQ((_glapi_proc) __indirect_glPassThrough, table[_gloffset_PassThrough]);
/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h261 #define _gloffset_PassThrough 199 macro
4512 return (_glptr_PassThrough) (GET_by_offset(disp, _gloffset_PassThrough));
4516 SET_by_offset(disp, _gloffset_PassThrough, fn);

Completed in 338 milliseconds