Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp770 EXPECT_EQ((_glapi_proc) __indirect_glClearDepth, table[_gloffset_ClearDepth]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp770 EXPECT_EQ((_glapi_proc) __indirect_glClearDepth, table[_gloffset_ClearDepth]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h276 #define _gloffset_ClearDepth 208 macro
4467 return (_glptr_ClearDepth) (GET_by_offset(disp, _gloffset_ClearDepth)); in GET_ClearDepth()
4471 SET_by_offset(disp, _gloffset_ClearDepth, fn); in SET_ClearDepth()