HomeSort by relevance Sort by last modified time
    Searched full:blendcolor (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/gm/
imagefiltersgraph.cpp 77 SkAutoTUnref<SkImageFilter> blendColor(new SkBlendImageFilter(SkBlendImageFilter::kNormal_Mode, colorMorph));
80 paint.setImageFilter(blendColor);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 47 GR_GET_PROC(GrGLBlendColorProc, BlendColor);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 49 GR_GL_GET_PROC(BlendColor);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 48 GR_GL_GET_PROC(BlendColor);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 56 mState.blendColor.red = 0;
57 mState.blendColor.green = 0;
58 mState.blendColor.blue = 0;
59 mState.blendColor.alpha = 0;
451 if (mState.blendColor.red != red ||
452 mState.blendColor.green != green ||
453 mState.blendColor.blue != blue ||
454 mState.blendColor.alpha != alpha)
456 mState.blendColor.red = red;
457 mState.blendColor.green = green
    [all...]
Context.h 157 Color blendColor;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 49 GR_GL_GET_PROC(BlendColor);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 56 GET_PROC(BlendColor);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 174 glBlendColorType blendColor;
338 blendColor = GET_PROC_ADDRESS(glBlendColor);
736 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha)
739 m_internal->blendColor(red, green, blue, alpha);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 97 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha);
GraphicsContext3DChromium.cpp 437 DELEGATE_TO_IMPL_4(blendColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture.java 554 // rVal.setBlendColor(blendColor != null ? blendColor.clone() : null);
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 187 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) = 0;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 81 void blendColor(GC3Dfloat red, GC3Dfloat green, GC3Dfloat blue, GC3Dfloat alpha);
WebGLRenderingContext.idl 460 [StrictTypeChecking] void blendColor(in float red, in float green, in float blue, in float alpha);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 620 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 404 void GraphicsContext3D::blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libGL.so 
libGL.so.1 
libGL.so.1.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 93 #define glBlendColor MANGLE(BlendColor)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 93 #define glBlendColor MANGLE(BlendColor)
    [all...]

Completed in 1307 milliseconds

1 2