Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1260 { "glGetMapfv", 10, _gloffset_GetMapfv },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp855 EXPECT_EQ((_glapi_proc) __indirect_glGetMapfv, table[_gloffset_GetMapfv]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h329 #define _gloffset_GetMapfv 267 macro
5422 return (_glptr_GetMapfv) (GET_by_offset(disp, _gloffset_GetMapfv)); in GET_GetMapfv()
5426 SET_by_offset(disp, _gloffset_GetMapfv, fn); in SET_GetMapfv()