Home
last modified time | relevance | path

Searched defs:blendColor (Results 1 – 10 of 10) sorted by relevance

/external/skia/gm/
Dpathopsinverse.cpp25 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
Dimagefiltersgraph.cpp164 SkAutoTUnref<SkImageFilter> blendColor(SkXfermodeImageFilter::Create(mode, colorMorph)); in onDraw() local
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp96 tcu::Vec4 blendColor; member
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp75 Vec4 blendColor; member
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp92 Vec4 blendColor; member
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp304 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& ble… in executeBlendFactorComputeRGB()
355 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blend… in executeBlendFactorComputeA()
DrrRenderState.hpp245 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp575 void GLContext::blendColor (float red, float green, float blue, float alpha) in blendColor() function in sglr::GLContext
DsglrReferenceContext.cpp2940 void ReferenceContext::blendColor (float red, float green, float blue, float alpha) in blendColor() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl36 glBlendColorFunc blendColor; variable