Searched refs:_gloffset_CopyTexImage2D (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/tests/ |
D | dispatch_sanity.cpp | 2006 { "glCopyTexImage2D", 11, _gloffset_CopyTexImage2D }, 2215 { "glCopyTexImage2D", 20, _gloffset_CopyTexImage2D },
|
/external/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 1077 EXPECT_EQ((_glapi_proc) __indirect_glCopyTexImage2D, table[_gloffset_CopyTexImage2D]); in TEST_F()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | dispatch.h | 386 #define _gloffset_CopyTexImage2D 324 macro 6049 return (_glptr_CopyTexImage2D) (GET_by_offset(disp, _gloffset_CopyTexImage2D)); in GET_CopyTexImage2D() 6053 SET_by_offset(disp, _gloffset_CopyTexImage2D, fn); in SET_CopyTexImage2D()
|