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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp1741 { "glBlendEquationOES", 11, _gloffset_BlendEquation },
1965 { "glBlendEquation", 20, _gloffset_BlendEquation },
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Ddispatch_sanity.cpp2015 { "glBlendEquationOES", 11, _gloffset_BlendEquation },
2239 { "glBlendEquation", 20, _gloffset_BlendEquation },
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapioffsets.h369 #define _gloffset_BlendEquation 337 macro
H A Dglprocs.h1545 NAME_FUNC_OFFSET( 4277, glBlendEquation, glBlendEquation, NULL, _gloffset_BlendEquation),
1994 NAME_FUNC_OFFSET(13848, glBlendEquation, glBlendEquation, NULL, _gloffset_BlendEquation),
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp1107 EXPECT_EQ((_glapi_proc) __indirect_glBlendEquation, table[_gloffset_BlendEquation]);
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated0.c2019 if (_gloffset_BlendEquation >= 0)
2020 ((_glapi_proc *)(table))[_gloffset_BlendEquation] = (_glapi_proc)_mesa_marshal_BlendEquation;
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp1109 EXPECT_EQ((_glapi_proc) __indirect_glBlendEquation, table[_gloffset_BlendEquation]);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h399 #define _gloffset_BlendEquation 337 macro
6212 return (_glptr_BlendEquation) (GET_by_offset(disp, _gloffset_BlendEquation));
6216 SET_by_offset(disp, _gloffset_BlendEquation, fn);
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h402 #define _gloffset_BlendEquation 337 macro
6685 return (_glptr_BlendEquation) (GET_by_offset(disp, _gloffset_BlendEquation));
6689 SET_by_offset(disp, _gloffset_BlendEquation, fn);
[all...]

Completed in 139 milliseconds