Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1256 { "glGetClipPlane", 10, _gloffset_GetClipPlane },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp847 EXPECT_EQ((_glapi_proc) __indirect_glGetClipPlane, table[_gloffset_GetClipPlane]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h321 #define _gloffset_GetClipPlane 259 macro
5334 return (_glptr_GetClipPlane) (GET_by_offset(disp, _gloffset_GetClipPlane)); in GET_GetClipPlane()
5338 SET_by_offset(disp, _gloffset_GetClipPlane, fn); in SET_GetClipPlane()