Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp845 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp845 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h327 #define _gloffset_GetClipPlane 259 macro
5028 return (_glptr_GetClipPlane) (GET_by_offset(disp, _gloffset_GetClipPlane)); in GET_GetClipPlane()
5032 SET_by_offset(disp, _gloffset_GetClipPlane, fn); in SET_GetClipPlane()