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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1487 { "glGetColorTableParameteriv", 10, _gloffset_GetColorTableParameteriv },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1756 { "glGetColorTableParameteriv", 10, _gloffset_GetColorTableParameteriv },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h377 #define _gloffset_GetColorTableParameteriv 345 macro
H A Dglprocs.h1553 NAME_FUNC_OFFSET( 4434, glGetColorTableParameteriv, glGetColorTableParameteriv, NULL, _gloffset_GetColorTableParameteriv),
2005 NAME_FUNC_OFFSET(14094, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, _gloffset_GetColorTableParameteriv),
2006 NAME_FUNC_OFFSET(14124, glGetColorTableParameteriv, glGetColorTableParameterivEXT, glGetColorTableParameterivEXT, _gloffset_GetColorTableParameteriv),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1126 EXPECT_EQ((_glapi_proc) __indirect_glGetColorTableParameteriv, table[_gloffset_GetColorTableParameteriv]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2035 if (_gloffset_GetColorTableParameteriv >= 0)
2036 ((_glapi_proc *)(table))[_gloffset_GetColorTableParameteriv] = (_glapi_proc)_mesa_marshal_GetColorTableParameteriv;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1128 EXPECT_EQ((_glapi_proc) __indirect_glGetColorTableParameteriv, table[_gloffset_GetColorTableParameteriv]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h407 #define _gloffset_GetColorTableParameteriv 345 macro
6300 return (_glptr_GetColorTableParameteriv) (GET_by_offset(disp, _gloffset_GetColorTableParameteriv));
6304 SET_by_offset(disp, _gloffset_GetColorTableParameteriv, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h410 #define _gloffset_GetColorTableParameteriv 345 macro
6773 return (_glptr_GetColorTableParameteriv) (GET_by_offset(disp, _gloffset_GetColorTableParameteriv));
6777 SET_by_offset(disp, _gloffset_GetColorTableParameteriv, fn);
[all...]

Completed in 132 milliseconds