Searched defs:blendColor (Results 1 – 12 of 12) sorted by relevance
/external/skia/gm/ |
D | pathopsinverse.cpp | 25 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
|
D | imagefiltersgraph.cpp | 145 SkAutoTUnref<SkImageFilter> blendColor(SkXfermodeImageFilter::Create(mode, colorMorph)); in onDraw() local
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 96 tcu::Vec4 blendColor; member
|
/external/skia/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 185 GrColor blendColor; in onComputeInvariantOutput() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 76 Vec4 blendColor; member
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 88 Vec4 blendColor; member
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 305 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& ble… in executeBlendFactorComputeRGB() 356 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blend… in executeBlendFactorComputeA()
|
D | rrRenderState.hpp | 245 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 575 void GLContext::blendColor (float red, float green, float blue, float alpha) in blendColor() function in sglr::GLContext
|
D | sglrReferenceContext.cpp | 2940 void ReferenceContext::blendColor (float red, float green, float blue, float alpha) in blendColor() function in sglr::ReferenceContext
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 36 glBlendColorFunc blendColor; variable
|
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
D | WebGLRenderingContext.java | 541 public final native void blendColor (float red, float green, float blue, float alpha) /*-{ in blendColor() method in WebGLRenderingContext
|