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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1916 { "glTexParameteri", 11, _gloffset_TexParameteri },
2084 { "glTexParameteri", 20, _gloffset_TexParameteri },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2190 { "glTexParameteri", 11, _gloffset_TexParameteri },
2360 { "glTexParameteri", 20, _gloffset_TexParameteri },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h212 #define _gloffset_TexParameteri 180 macro
H A Dglprocs.h1388 NAME_FUNC_OFFSET( 2147, glTexParameteri, glTexParameteri, NULL, _gloffset_TexParameteri),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1039 EXPECT_EQ((_glapi_proc) __indirect_glTexParameteri, table[_gloffset_TexParameteri]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1705 if (_gloffset_TexParameteri >= 0)
1706 ((_glapi_proc *)(table))[_gloffset_TexParameteri] = (_glapi_proc)_mesa_marshal_TexParameteri;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1041 EXPECT_EQ((_glapi_proc) __indirect_glTexParameteri, table[_gloffset_TexParameteri]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h242 #define _gloffset_TexParameteri 180 macro
4485 return (_glptr_TexParameteri) (GET_by_offset(disp, _gloffset_TexParameteri));
4489 SET_by_offset(disp, _gloffset_TexParameteri, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h245 #define _gloffset_TexParameteri 180 macro
4958 return (_glptr_TexParameteri) (GET_by_offset(disp, _gloffset_TexParameteri));
4962 SET_by_offset(disp, _gloffset_TexParameteri, fn);
[all...]

Completed in 128 milliseconds