Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp1254 { "glCopyPixels", 10, _gloffset_CopyPixels },
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp810 EXPECT_EQ((_glapi_proc) __indirect_glCopyPixels, table[_gloffset_CopyPixels]); in TEST_F()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h317 #define _gloffset_CopyPixels 255 macro
5290 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels)); in GET_CopyPixels()
5294 SET_by_offset(disp, _gloffset_CopyPixels, fn); in SET_CopyPixels()