Searched refs:_gloffset_CopyPixels (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1429 { "glCopyPixels", 10, _gloffset_CopyPixels },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1698 { "glCopyPixels", 10, _gloffset_CopyPixels },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h287 #define _gloffset_CopyPixels 255 macro
H A Dglprocs.h1463 NAME_FUNC_OFFSET( 3067, glCopyPixels, glCopyPixels, NULL, _gloffset_CopyPixels),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp810 EXPECT_EQ((_glapi_proc) __indirect_glCopyPixels, table[_gloffset_CopyPixels]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1855 if (_gloffset_CopyPixels >= 0)
1856 ((_glapi_proc *)(table))[_gloffset_CopyPixels] = (_glapi_proc)_mesa_marshal_CopyPixels;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp812 EXPECT_EQ((_glapi_proc) __indirect_glCopyPixels, table[_gloffset_CopyPixels]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h317 #define _gloffset_CopyPixels 255 macro
5310 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels));
5314 SET_by_offset(disp, _gloffset_CopyPixels, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h320 #define _gloffset_CopyPixels 255 macro
5783 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels));
5787 SET_by_offset(disp, _gloffset_CopyPixels, fn);
[all...]

Completed in 572 milliseconds