Searched refs:_gloffset_GetPixelMapfv (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1439 { "glGetPixelMapfv", 10, _gloffset_GetPixelMapfv },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1708 { "glGetPixelMapfv", 10, _gloffset_GetPixelMapfv },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 303 #define _gloffset_GetPixelMapfv 271 macro
|
| H A D | glprocs.h | 1479 NAME_FUNC_OFFSET( 3276, glGetPixelMapfv, glGetPixelMapfv, NULL, _gloffset_GetPixelMapfv),
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 859 EXPECT_EQ((_glapi_proc) __indirect_glGetPixelMapfv, table[_gloffset_GetPixelMapfv]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 1887 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 D | indirect_api.cpp | 861 EXPECT_EQ((_glapi_proc) __indirect_glGetPixelMapfv, table[_gloffset_GetPixelMapfv]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 333 #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 D | dispatch.h | 336 #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