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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1442 { "glGetPolygonStipple", 10, _gloffset_GetPolygonStipple },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1711 { "glGetPolygonStipple", 10, _gloffset_GetPolygonStipple },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h306 #define _gloffset_GetPolygonStipple 274 macro
H A Dglprocs.h1482 NAME_FUNC_OFFSET( 3326, glGetPolygonStipple, glGetPolygonStipple, NULL, _gloffset_GetPolygonStipple),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp862 EXPECT_EQ((_glapi_proc) __indirect_glGetPolygonStipple, table[_gloffset_GetPolygonStipple]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1893 if (_gloffset_GetPolygonStipple >= 0)
1894 ((_glapi_proc *)(table))[_gloffset_GetPolygonStipple] = (_glapi_proc)_mesa_marshal_GetPolygonStipple;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp864 EXPECT_EQ((_glapi_proc) __indirect_glGetPolygonStipple, table[_gloffset_GetPolygonStipple]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h336 #define _gloffset_GetPolygonStipple 274 macro
5519 return (_glptr_GetPolygonStipple) (GET_by_offset(disp, _gloffset_GetPolygonStipple));
5523 SET_by_offset(disp, _gloffset_GetPolygonStipple, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h339 #define _gloffset_GetPolygonStipple 274 macro
5992 return (_glptr_GetPolygonStipple) (GET_by_offset(disp, _gloffset_GetPolygonStipple));
5996 SET_by_offset(disp, _gloffset_GetPolygonStipple, fn);
[all...]

Completed in 244 milliseconds