Searched refs:BlendColor (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.cpp66 static void BlendColor(GGLInterface * iface, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) function
195 iface->BlendColor = BlendColor;
220 iface->BlendColor(iface, 0, 0, 0, 0);
/external/skia/src/gpu/mesa/
H A DGrGLCreateMesaInterface.cpp43 GR_GL_GET_PROC(BlendColor);
/external/skia/src/gpu/win/
H A DGrGLCreateNativeInterface_win.cpp90 GR_GL_GET_PROC(BlendColor);
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green, member in struct:GGLInterface
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp436 GL_CALL(BlendColor(0,0,0,0));
1922 GL_CALL(BlendColor(c[0], c[1], c[2], c[3]));
/external/mesa3d/src/mesa/main/
H A Dmtypes.h727 GLfloat BlendColor[4]; /**< Blending color */ member in struct:gl_colorbuffer_attrib

Completed in 364 milliseconds