Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1257 { "glGetLightfv", 10, _gloffset_GetLightfv },
2061 { "glGetLightfv", 11, _gloffset_GetLightfv },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp852 EXPECT_EQ((_glapi_proc) __indirect_glGetLightfv, table[_gloffset_GetLightfv]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h326 #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()