Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dindirect_api.cpp853 EXPECT_EQ((_glapi_proc) __indirect_glGetMapfv, table[_gloffset_GetMapfv]); in TEST_F()
/external/chromium_org/third_party/mesa/src/src/glx/tests/
Dindirect_api.cpp853 EXPECT_EQ((_glapi_proc) __indirect_glGetMapfv, table[_gloffset_GetMapfv]); in TEST_F()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h335 #define _gloffset_GetMapfv 267 macro
5116 return (_glptr_GetMapfv) (GET_by_offset(disp, _gloffset_GetMapfv)); in GET_GetMapfv()
5120 SET_by_offset(disp, _gloffset_GetMapfv, fn); in SET_GetMapfv()