Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1276 { "glLoadMatrixf", 10, _gloffset_LoadMatrixf },
2095 { "glLoadMatrixf", 11, _gloffset_LoadMatrixf },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp900 EXPECT_EQ((_glapi_proc) __indirect_glLoadMatrixf, table[_gloffset_LoadMatrixf]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h353 #define _gloffset_LoadMatrixf 291 macro
5686 return (_glptr_LoadMatrixf) (GET_by_offset(disp, _gloffset_LoadMatrixf)); in GET_LoadMatrixf()
5690 SET_by_offset(disp, _gloffset_LoadMatrixf, fn); in SET_LoadMatrixf()