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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1440 { "glGetPixelMapuiv", 10, _gloffset_GetPixelMapuiv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1709 { "glGetPixelMapuiv", 10, _gloffset_GetPixelMapuiv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h304 #define _gloffset_GetPixelMapuiv 272 macro
H A Dglprocs.h1480 NAME_FUNC_OFFSET( 3292, glGetPixelMapuiv, glGetPixelMapuiv, NULL, _gloffset_GetPixelMapuiv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp860 EXPECT_EQ((_glapi_proc) __indirect_glGetPixelMapuiv, table[_gloffset_GetPixelMapuiv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1889 if (_gloffset_GetPixelMapuiv >= 0)
1890 ((_glapi_proc *)(table))[_gloffset_GetPixelMapuiv] = (_glapi_proc)_mesa_marshal_GetPixelMapuiv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp862 EXPECT_EQ((_glapi_proc) __indirect_glGetPixelMapuiv, table[_gloffset_GetPixelMapuiv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h334 #define _gloffset_GetPixelMapuiv 272 macro
5497 return (_glptr_GetPixelMapuiv) (GET_by_offset(disp, _gloffset_GetPixelMapuiv));
5501 SET_by_offset(disp, _gloffset_GetPixelMapuiv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h337 #define _gloffset_GetPixelMapuiv 272 macro
5970 return (_glptr_GetPixelMapuiv) (GET_by_offset(disp, _gloffset_GetPixelMapuiv));
5974 SET_by_offset(disp, _gloffset_GetPixelMapuiv, fn);
[all...]

Completed in 213 milliseconds