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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp799 PFNGLBLENDCOLORPROC glBlendColor; member in struct:VMSVGA3DSTATE::__anon13183
1521 pState->ext.glBlendColor = (PFNGLBLENDCOLORPROC)OGLGETPROCADDRESS("glBlendColor");
1522 AssertMsgReturn(pState->ext.glBlendColor, ("glBlendColor missing"), VERR_NOT_IMPLEMENTED);
5312 glBlendColor(red, green, blue, alpha);
5314 pState->ext.glBlendColor(red, green, blue, alpha);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl_mangle.h120 #define glBlendColor MANGLE(BlendColor) macro

Completed in 64 milliseconds