Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp890 EXPECT_EQ((_glapi_proc) __indirect_glLightfv, table[_gloffset_Lightfv]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp890 EXPECT_EQ((_glapi_proc) __indirect_glLightfv, table[_gloffset_Lightfv]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h228 #define _gloffset_Lightfv 160 macro
3939 return (_glptr_Lightfv) (GET_by_offset(disp, _gloffset_Lightfv)); in GET_Lightfv()
3943 SET_by_offset(disp, _gloffset_Lightfv, fn); in SET_Lightfv()