Home
last modified time | relevance | path

Searched refs:_gloffset_DepthMask (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp2014 { "glDepthMask", 11, _gloffset_DepthMask },
2229 { "glDepthMask", 20, _gloffset_DepthMask },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp814 EXPECT_EQ((_glapi_proc) __indirect_glDepthMask, table[_gloffset_DepthMask]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h273 #define _gloffset_DepthMask 211 macro
4806 return (_glptr_DepthMask) (GET_by_offset(disp, _gloffset_DepthMask)); in GET_DepthMask()
4810 SET_by_offset(disp, _gloffset_DepthMask, fn); in SET_DepthMask()