/external/mesa3d/src/pixelflinger2/ |
pixelflinger2.cpp | 66 static void BlendColor(GGLInterface * iface, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 195 iface->BlendColor = BlendColor; 220 iface->BlendColor(iface, 0, 0, 0, 0);
|
/frameworks/base/opengl/libagl2/src/ |
state.cpp | 28 ctx->iface->BlendColor(ctx->iface, red, green, blue, alpha);
|
/external/skia/gpu/src/win/ |
GrGLDefaultInterface_win.cpp | 95 GR_GL_GET_PROC(BlendColor);
|
/external/mesa3d/include/pixelflinger2/ |
pixelflinger2_interface.h | 176 void (* BlendColor)(GGLInterface_t * iface, GLclampf red, GLclampf green,
|
/external/mesa3d/test/ |
main.cpp | 170 ggl->BlendColor(ggl, 0.7, 0.7, 0.7, 1); 326 //ggl->BlendColor(ggl,(float)i / 10, (float) i / 15, (float)i < 20, 1);
|
/external/skia/gpu/src/ |
GrGpuGL.cpp | 536 GR_GL(BlendColor(0,0,0,0)); [all...] |
/external/mesa3d/src/mesa/main/ |
mtypes.h | 727 GLfloat BlendColor[4]; /**< Blending color */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl_mangle.h | 93 #define glBlendColor MANGLE(BlendColor) [all...] |