Searched refs:_gloffset_TexGenfv (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1385 { "glTexGenfv", 10, _gloffset_TexGenfv }, 1908 { "glTexGenfvOES", 11, _gloffset_TexGenfv },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1654 { "glTexGenfv", 10, _gloffset_TexGenfv }, 2182 { "glTexGenfvOES", 11, _gloffset_TexGenfv },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 223 #define _gloffset_TexGenfv 191 macro
|
| H A D | glprocs.h | 1399 NAME_FUNC_OFFSET( 2279, glTexGenfv, glTexGenfv, NULL, _gloffset_TexGenfv),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 1032 EXPECT_EQ((_glapi_proc) __indirect_glTexGenfv, table[_gloffset_TexGenfv]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1727 if (_gloffset_TexGenfv >= 0) 1728 ((_glapi_proc *)(table))[_gloffset_TexGenfv] = (_glapi_proc)_mesa_marshal_TexGenfv;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 1034 EXPECT_EQ((_glapi_proc) __indirect_glTexGenfv, table[_gloffset_TexGenfv]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 253 #define _gloffset_TexGenfv 191 macro 4606 return (_glptr_TexGenfv) (GET_by_offset(disp, _gloffset_TexGenfv)); 4610 SET_by_offset(disp, _gloffset_TexGenfv, fn);
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 256 #define _gloffset_TexGenfv 191 macro 5079 return (_glptr_TexGenfv) (GET_by_offset(disp, _gloffset_TexGenfv)); 5083 SET_by_offset(disp, _gloffset_TexGenfv, fn); [all...] |
Completed in 185 milliseconds