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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1753 { "glClearStencil", 11, _gloffset_ClearStencil },
1975 { "glClearStencil", 20, _gloffset_ClearStencil },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2027 { "glClearStencil", 11, _gloffset_ClearStencil },
2249 { "glClearStencil", 20, _gloffset_ClearStencil },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h239 #define _gloffset_ClearStencil 207 macro
H A Dglprocs.h1415 NAME_FUNC_OFFSET( 2474, glClearStencil, glClearStencil, NULL, _gloffset_ClearStencil),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp774 EXPECT_EQ((_glapi_proc) __indirect_glClearStencil, table[_gloffset_ClearStencil]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1759 if (_gloffset_ClearStencil >= 0)
1760 ((_glapi_proc *)(table))[_gloffset_ClearStencil] = (_glapi_proc)_mesa_marshal_ClearStencil;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp776 EXPECT_EQ((_glapi_proc) __indirect_glClearStencil, table[_gloffset_ClearStencil]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h269 #define _gloffset_ClearStencil 207 macro
4782 return (_glptr_ClearStencil) (GET_by_offset(disp, _gloffset_ClearStencil));
4786 SET_by_offset(disp, _gloffset_ClearStencil, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h272 #define _gloffset_ClearStencil 207 macro
5255 return (_glptr_ClearStencil) (GET_by_offset(disp, _gloffset_ClearStencil));
5259 SET_by_offset(disp, _gloffset_ClearStencil, fn);
[all...]

Completed in 130 milliseconds