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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1253 { "glIndexf", 10, _gloffset_Indexf },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1522 { "glIndexf", 10, _gloffset_Indexf },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h78 #define _gloffset_Indexf 46 macro
H A Dglprocs.h1254 NAME_FUNC_OFFSET( 492, glIndexf, glIndexf, NULL, _gloffset_Indexf),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp878 EXPECT_EQ((_glapi_proc) __indirect_glIndexf, table[_gloffset_Indexf]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1437 if (_gloffset_Indexf >= 0)
1438 ((_glapi_proc *)(table))[_gloffset_Indexf] = (_glapi_proc)_mesa_marshal_Indexf;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp880 EXPECT_EQ((_glapi_proc) __indirect_glIndexf, table[_gloffset_Indexf]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h108 #define _gloffset_Indexf 46 macro
3011 return (_glptr_Indexf) (GET_by_offset(disp, _gloffset_Indexf));
3015 SET_by_offset(disp, _gloffset_Indexf, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h111 #define _gloffset_Indexf 46 macro
3484 return (_glptr_Indexf) (GET_by_offset(disp, _gloffset_Indexf));
3488 SET_by_offset(disp, _gloffset_Indexf, fn);
[all...]

Completed in 211 milliseconds