Searched refs:_gloffset_BlendEquation (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 1741 { "glBlendEquationOES", 11, _gloffset_BlendEquation }, 1965 { "glBlendEquation", 20, _gloffset_BlendEquation },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 2015 { "glBlendEquationOES", 11, _gloffset_BlendEquation }, 2239 { "glBlendEquation", 20, _gloffset_BlendEquation },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapioffsets.h | 369 #define _gloffset_BlendEquation 337 macro
|
| H A D | glprocs.h | 1545 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 D | indirect_api.cpp | 1107 EXPECT_EQ((_glapi_proc) __indirect_glBlendEquation, table[_gloffset_BlendEquation]);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated0.c | 2019 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 D | indirect_api.cpp | 1109 EXPECT_EQ((_glapi_proc) __indirect_glBlendEquation, table[_gloffset_BlendEquation]);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 399 #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 D | dispatch.h | 402 #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