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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1439 { "glGetPixelMapfv", 10, _gloffset_GetPixelMapfv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1708 { "glGetPixelMapfv", 10, _gloffset_GetPixelMapfv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h303 #define _gloffset_GetPixelMapfv 271 macro
H A Dglprocs.h1479 NAME_FUNC_OFFSET( 3276, glGetPixelMapfv, glGetPixelMapfv, NULL, _gloffset_GetPixelMapfv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp859 EXPECT_EQ((_glapi_proc) __indirect_glGetPixelMapfv, table[_gloffset_GetPixelMapfv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c1887 if (_gloffset_GetPixelMapfv >= 0)
1888 ((_glapi_proc *)(table))[_gloffset_GetPixelMapfv] = (_glapi_proc)_mesa_marshal_GetPixelMapfv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp861 EXPECT_EQ((_glapi_proc) __indirect_glGetPixelMapfv, table[_gloffset_GetPixelMapfv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h333 #define _gloffset_GetPixelMapfv 271 macro
5486 return (_glptr_GetPixelMapfv) (GET_by_offset(disp, _gloffset_GetPixelMapfv));
5490 SET_by_offset(disp, _gloffset_GetPixelMapfv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h336 #define _gloffset_GetPixelMapfv 271 macro
5959 return (_glptr_GetPixelMapfv) (GET_by_offset(disp, _gloffset_GetPixelMapfv));
5963 SET_by_offset(disp, _gloffset_GetPixelMapfv, fn);
[all...]

Completed in 227 milliseconds