Searched refs:_gloffset_CopyPixels (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1429 { "glCopyPixels", 10, _gloffset_CopyPixels },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1698 { "glCopyPixels", 10, _gloffset_CopyPixels },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 287 #define _gloffset_CopyPixels 255 macro
|
| H A D | glprocs.h | 1463 NAME_FUNC_OFFSET( 3067, glCopyPixels, glCopyPixels, NULL, _gloffset_CopyPixels),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 810 EXPECT_EQ((_glapi_proc) __indirect_glCopyPixels, table[_gloffset_CopyPixels]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1855 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 D | indirect_api.cpp | 812 EXPECT_EQ((_glapi_proc) __indirect_glCopyPixels, table[_gloffset_CopyPixels]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 317 #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 D | dispatch.h | 320 #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