Searched refs:_gloffset_GenLists (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/tests/
H A Ddispatch_sanity.cpp977 { "glGenLists", 10, _gloffset_GenLists },
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp843 EXPECT_EQ((_glapi_proc) __indirect_glGenLists, table[_gloffset_GenLists]);
/external/mesa3d/prebuilt-intermediates/main/
H A Ddispatch.h67 #define _gloffset_GenLists 5 macro
2378 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists));
2382 SET_by_offset(disp, _gloffset_GenLists, fn);

Completed in 250 milliseconds