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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1920 { "glTexSubImage2D", 11, _gloffset_TexSubImage2D },
2086 { "glTexSubImage2D", 20, _gloffset_TexSubImage2D },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2194 { "glTexSubImage2D", 11, _gloffset_TexSubImage2D },
2362 { "glTexSubImage2D", 20, _gloffset_TexSubImage2D },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h365 #define _gloffset_TexSubImage2D 333 macro
H A Dglprocs.h1541 NAME_FUNC_OFFSET( 4211, glTexSubImage2D, glTexSubImage2D, NULL, _gloffset_TexSubImage2D),
1992 NAME_FUNC_OFFSET(13813, glTexSubImage2D, glTexSubImage2D, NULL, _gloffset_TexSubImage2D),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1100 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage2D, table[_gloffset_TexSubImage2D]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1995 if (_gloffset_TexSubImage2D >= 0)
1996 ((_glapi_proc *)(table))[_gloffset_TexSubImage2D] = (_glapi_proc)_mesa_marshal_TexSubImage2D;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1102 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage2D, table[_gloffset_TexSubImage2D]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h395 #define _gloffset_TexSubImage2D 333 macro
6168 return (_glptr_TexSubImage2D) (GET_by_offset(disp, _gloffset_TexSubImage2D));
6172 SET_by_offset(disp, _gloffset_TexSubImage2D, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h398 #define _gloffset_TexSubImage2D 333 macro
6641 return (_glptr_TexSubImage2D) (GET_by_offset(disp, _gloffset_TexSubImage2D));
6645 SET_by_offset(disp, _gloffset_TexSubImage2D, fn);
[all...]

Completed in 170 milliseconds