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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2087 { "glTexSubImage3DOES", 20, _gloffset_TexSubImage3D },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2363 { "glTexSubImage3DOES", 20, _gloffset_TexSubImage3D },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h404 #define _gloffset_TexSubImage3D 372 macro
H A Dglprocs.h1580 NAME_FUNC_OFFSET( 5001, glTexSubImage3D, glTexSubImage3D, NULL, _gloffset_TexSubImage3D),
2033 NAME_FUNC_OFFSET(14772, glTexSubImage3D, glTexSubImage3D, NULL, _gloffset_TexSubImage3D),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1143 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage3D, table[_gloffset_TexSubImage3D]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2089 if (_gloffset_TexSubImage3D >= 0)
2090 ((_glapi_proc *)(table))[_gloffset_TexSubImage3D] = (_glapi_proc)_mesa_marshal_TexSubImage3D;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1145 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage3D, table[_gloffset_TexSubImage3D]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h434 #define _gloffset_TexSubImage3D 372 macro
6597 return (_glptr_TexSubImage3D) (GET_by_offset(disp, _gloffset_TexSubImage3D));
6601 SET_by_offset(disp, _gloffset_TexSubImage3D, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h437 #define _gloffset_TexSubImage3D 372 macro
7070 return (_glptr_TexSubImage3D) (GET_by_offset(disp, _gloffset_TexSubImage3D));
7074 SET_by_offset(disp, _gloffset_TexSubImage3D, fn);
[all...]

Completed in 141 milliseconds