Searched defs:glBlendEquation (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp800 PFNGLBLENDEQUATIONPROC glBlendEquation; member in struct:VMSVGA3DSTATE::__anon13183
1523 pState->ext.glBlendEquation = (PFNGLBLENDEQUATIONPROC)OGLGETPROCADDRESS("glBlendEquation");
1524 AssertMsgReturn(pState->ext.glBlendEquation, ("glBlendEquation missing"), VERR_NOT_IMPLEMENTED);
5297 glBlendEquation(vmsvga3dBlendEquation2GL(pRenderState[i].uintValue));
5299 pState->ext.glBlendEquation(vmsvga3dBlendEquation2GL(pRenderState[i].uintValue));
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl_mangle.h125 #define glBlendEquation MANGLE(BlendEquation) macro

Completed in 95 milliseconds