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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1914 { "glTexParameterf", 11, _gloffset_TexParameterf },
2082 { "glTexParameterf", 20, _gloffset_TexParameterf },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2188 { "glTexParameterf", 11, _gloffset_TexParameterf },
2358 { "glTexParameterf", 20, _gloffset_TexParameterf },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h210 #define _gloffset_TexParameterf 178 macro
H A Dglprocs.h1386 NAME_FUNC_OFFSET( 2114, glTexParameterf, glTexParameterf, NULL, _gloffset_TexParameterf),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1037 EXPECT_EQ((_glapi_proc) __indirect_glTexParameterf, table[_gloffset_TexParameterf]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1701 if (_gloffset_TexParameterf >= 0)
1702 ((_glapi_proc *)(table))[_gloffset_TexParameterf] = (_glapi_proc)_mesa_marshal_TexParameterf;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1039 EXPECT_EQ((_glapi_proc) __indirect_glTexParameterf, table[_gloffset_TexParameterf]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h240 #define _gloffset_TexParameterf 178 macro
4463 return (_glptr_TexParameterf) (GET_by_offset(disp, _gloffset_TexParameterf));
4467 SET_by_offset(disp, _gloffset_TexParameterf, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h243 #define _gloffset_TexParameterf 178 macro
4936 return (_glptr_TexParameterf) (GET_by_offset(disp, _gloffset_TexParameterf));
4940 SET_by_offset(disp, _gloffset_TexParameterf, fn);
[all...]

Completed in 131 milliseconds