Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1285 { "glRotatef", 10, _gloffset_Rotatef },
2131 { "glRotatef", 11, _gloffset_Rotatef },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp984 EXPECT_EQ((_glapi_proc) __indirect_glRotatef, table[_gloffset_Rotatef]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h362 #define _gloffset_Rotatef 300 macro
5785 return (_glptr_Rotatef) (GET_by_offset(disp, _gloffset_Rotatef)); in GET_Rotatef()
5789 SET_by_offset(disp, _gloffset_Rotatef, fn); in SET_Rotatef()