Searched refs:_gloffset_GetLightfv (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/tests/ |
D | dispatch_sanity.cpp | 1257 { "glGetLightfv", 10, _gloffset_GetLightfv }, 2061 { "glGetLightfv", 11, _gloffset_GetLightfv },
|
/external/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 852 EXPECT_EQ((_glapi_proc) __indirect_glGetLightfv, table[_gloffset_GetLightfv]); in TEST_F()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | dispatch.h | 326 #define _gloffset_GetLightfv 264 macro 5389 return (_glptr_GetLightfv) (GET_by_offset(disp, _gloffset_GetLightfv)); in GET_GetLightfv() 5393 SET_by_offset(disp, _gloffset_GetLightfv, fn); in SET_GetLightfv()
|