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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1466 { "glColorPointer", 10, _gloffset_ColorPointer },
1761 { "glColorPointer", 11, _gloffset_ColorPointer },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1735 { "glColorPointer", 10, _gloffset_ColorPointer },
2035 { "glColorPointer", 11, _gloffset_ColorPointer },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h340 #define _gloffset_ColorPointer 308 macro
H A Dglprocs.h1516 NAME_FUNC_OFFSET( 3797, glColorPointer, glColorPointer, NULL, _gloffset_ColorPointer),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1075 EXPECT_EQ((_glapi_proc) __indirect_glColorPointer, table[_gloffset_ColorPointer]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1959 if (_gloffset_ColorPointer >= 0)
1960 ((_glapi_proc *)(table))[_gloffset_ColorPointer] = (_glapi_proc)_mesa_marshal_ColorPointer;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1077 EXPECT_EQ((_glapi_proc) __indirect_glColorPointer, table[_gloffset_ColorPointer]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h370 #define _gloffset_ColorPointer 308 macro
5893 return (_glptr_ColorPointer) (GET_by_offset(disp, _gloffset_ColorPointer));
5897 SET_by_offset(disp, _gloffset_ColorPointer, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h373 #define _gloffset_ColorPointer 308 macro
6366 return (_glptr_ColorPointer) (GET_by_offset(disp, _gloffset_ColorPointer));
6370 SET_by_offset(disp, _gloffset_ColorPointer, fn);
[all...]

Completed in 164 milliseconds