Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp771 EXPECT_EQ((_glapi_proc) __indirect_glClearIndex, table[_gloffset_ClearIndex]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp771 EXPECT_EQ((_glapi_proc) __indirect_glClearIndex, table[_gloffset_ClearIndex]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h273 #define _gloffset_ClearIndex 205 macro
4434 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex)); in GET_ClearIndex()
4438 SET_by_offset(disp, _gloffset_ClearIndex, fn); in SET_ClearIndex()