Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp855 EXPECT_EQ((_glapi_proc) __indirect_glGetMaterialfv, table[_gloffset_GetMaterialfv]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp855 EXPECT_EQ((_glapi_proc) __indirect_glGetMaterialfv, table[_gloffset_GetMaterialfv]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h337 #define _gloffset_GetMaterialfv 269 macro
5138 return (_glptr_GetMaterialfv) (GET_by_offset(disp, _gloffset_GetMaterialfv)); in GET_GetMaterialfv()
5142 SET_by_offset(disp, _gloffset_GetMaterialfv, fn); in SET_GetMaterialfv()