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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1476 { "glPrioritizeTextures", 10, _gloffset_PrioritizeTextures },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1745 { "glPrioritizeTextures", 10, _gloffset_PrioritizeTextures },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h363 #define _gloffset_PrioritizeTextures 331 macro
H A Dglprocs.h1539 NAME_FUNC_OFFSET( 4174, glPrioritizeTextures, glPrioritizeTextures, NULL, _gloffset_PrioritizeTextures),
1990 NAME_FUNC_OFFSET(13770, glPrioritizeTextures, glPrioritizeTextures, NULL, _gloffset_PrioritizeTextures),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1096 EXPECT_EQ((_glapi_proc) __indirect_glPrioritizeTextures, table[_gloffset_PrioritizeTextures]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2007 if (_gloffset_PrioritizeTextures >= 0)
2008 ((_glapi_proc *)(table))[_gloffset_PrioritizeTextures] = (_glapi_proc)_mesa_marshal_PrioritizeTextures;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1098 EXPECT_EQ((_glapi_proc) __indirect_glPrioritizeTextures, table[_gloffset_PrioritizeTextures]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h393 #define _gloffset_PrioritizeTextures 331 macro
6146 return (_glptr_PrioritizeTextures) (GET_by_offset(disp, _gloffset_PrioritizeTextures));
6150 SET_by_offset(disp, _gloffset_PrioritizeTextures, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h396 #define _gloffset_PrioritizeTextures 331 macro
6619 return (_glptr_PrioritizeTextures) (GET_by_offset(disp, _gloffset_PrioritizeTextures));
6623 SET_by_offset(disp, _gloffset_PrioritizeTextures, fn);
[all...]

Completed in 137 milliseconds