Home
last modified time | relevance | path

Searched refs:blendColor (Results 1 – 22 of 22) sorted by relevance

/external/skia/gm/
Dpathopsinverse.cpp25 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
29 makePaint(&fOpPaint[kIntersect_PathOp], blendColor); in onOnceBeforeDraw()
Dimagefiltersgraph.cpp148 SkAutoTUnref<SkImageFilter> blendColor(new SkXfermodeImageFilter(mode, colorMorph)); in onDraw() local
151 paint.setImageFilter(blendColor); in onDraw()
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp80 mState.blendColor.red = 0; in Context()
81 mState.blendColor.green = 0; in Context()
82 mState.blendColor.blue = 0; in Context()
83 mState.blendColor.alpha = 0; in Context()
411 mState.blendColor.red = red; in setBlendColor()
412 mState.blendColor.green = green; in setBlendColor()
413 mState.blendColor.blue = blue; in setBlendColor()
414 mState.blendColor.alpha = alpha; in setBlendColor()
1246 params[0] = mState.blendColor.red; in getFloatv()
1247 params[1] = mState.blendColor.green; in getFloatv()
[all …]
DContext.h134 Color blendColor; member
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp661 void Renderer11::setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor, in setBlendState() argument
666 memcmp(&blendColor, &mCurBlendColor, sizeof(gl::Color)) != 0 || in setBlendState()
680 blendColors[0] = blendColor.red; in setBlendState()
681 blendColors[1] = blendColor.green; in setBlendState()
682 blendColors[2] = blendColor.blue; in setBlendState()
683 blendColors[3] = blendColor.alpha; in setBlendState()
687 blendColors[0] = blendColor.alpha; in setBlendState()
688 blendColors[1] = blendColor.alpha; in setBlendState()
689 blendColors[2] = blendColor.alpha; in setBlendState()
690 blendColors[3] = blendColor.alpha; in setBlendState()
[all …]
DRenderer9.cpp855 void Renderer9::setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor, unsign… in setBlendState() argument
858 …bool blendColorChanged = mForceSetBlendState || memcmp(&blendColor, &mCurBlendColor, sizeof(gl::Co… in setBlendState()
870 mDevice->SetRenderState(D3DRS_BLENDFACTOR, gl_d3d9::ConvertColor(blendColor)); in setBlendState()
874 … mDevice->SetRenderState(D3DRS_BLENDFACTOR, D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), in setBlendState()
875 … gl::unorm<8>(blendColor.alpha), in setBlendState()
876 … gl::unorm<8>(blendColor.alpha), in setBlendState()
877 … gl::unorm<8>(blendColor.alpha))); in setBlendState()
937 mCurBlendColor = blendColor; in setBlendState()
DRenderer.h122 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
DRenderer9.h75 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
DRenderer11.h61 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.h218 void blendColor(GC3Dclampf red, GC3Dclampf green, GC3Dclampf blue, GC3Dclampf alpha);
DGraphicsContext3D.cpp302 DELEGATE_TO_WEBCONTEXT_4(blendColor, GC3Dclampf, GC3Dclampf, GC3Dclampf, GC3Dclampf) in DELEGATE_TO_WEBCONTEXT_2()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DMockWebGraphicsContext3D.h77 …virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) {… in blendColor() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h225 …virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) =…
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.h93 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc467 DELEGATE_TO_GL_4(blendColor, BlendColor, in DELEGATE_TO_GL_2()
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.h146 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green,
Dwebgraphicscontext3d_command_buffer_impl.cc592 DELEGATE_TO_GL_4(blendColor, BlendColor, in DELEGATE_TO_GL_5()
/external/chromium_org/cc/test/
Dfake_web_graphics_context_3d.h96 virtual void blendColor( in blendColor() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.h106 void blendColor(GC3Dfloat red, GC3Dfloat green, GC3Dfloat blue, GC3Dfloat alpha);
DWebGLRenderingContext.idl470 …[StrictTypeChecking] void blendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf…
DWebGLRenderingContext.cpp1178 void WebGLRenderingContext::blendColor(GC3Dfloat red, GC3Dfloat green, GC3Dfloat blue, GC3Dfloat al… in blendColor() function in WebCore::WebGLRenderingContext
1182 m_context->blendColor(red, green, blue, alpha); in blendColor()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModuleSource.js2675 …gl.blendColor(glState.BLEND_COLOR[0], glState.BLEND_COLOR[1], glState.BLEND_COLOR[2], glState.BLEN…