Searched refs:_gloffset_TexSubImage2D (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1920 { "glTexSubImage2D", 11, _gloffset_TexSubImage2D }, 2086 { "glTexSubImage2D", 20, _gloffset_TexSubImage2D },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 2194 { "glTexSubImage2D", 11, _gloffset_TexSubImage2D }, 2362 { "glTexSubImage2D", 20, _gloffset_TexSubImage2D },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 365 #define _gloffset_TexSubImage2D 333 macro
|
| H A D | glprocs.h | 1541 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 D | indirect_api.cpp | 1100 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage2D, table[_gloffset_TexSubImage2D]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1995 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 D | indirect_api.cpp | 1102 EXPECT_EQ((_glapi_proc) __indirect_glTexSubImage2D, table[_gloffset_TexSubImage2D]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 395 #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 D | dispatch.h | 398 #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