Searched refs:blendColor (Results 1 - 25 of 57) sorted by relevance

123

/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp76 Vec4 blendColor; member in struct:deqp::gles2::Functional::BlendParams
91 , blendColor (blendColor_)
227 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
233 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor
[all...]
H A Des2fRandomFragmentOpTests.cpp125 dst.blendColor = tcu::clamp(src.blendColor, Vec4(0.0f), Vec4(1.0f));
195 wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp88 Vec4 blendColor; member in struct:deqp::gles3::Functional::BlendParams
103 , blendColor (blendColor_)
275 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
281 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor
[all...]
H A Des3fRandomFragmentOpTests.cpp125 dst.blendColor = tcu::clamp(src.blendColor, Vec4(0.0f), Vec4(1.0f));
195 wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp96 tcu::Vec4 blendColor; member in struct:deqp::gls::InteractionTestUtil::RenderState
H A DglsFragOpInteractionCase.cpp266 ctx.blendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.w());
H A DglsInteractionTestUtil.cpp213 state.blendColor = getRandomColor(rnd);
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.hpp140 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState);
141 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState);
H A DrrRenderState.hpp256 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member in struct:rr::FragmentOperationState
288 , blendColor (0.0f)
H A DrrFragmentOperations.cpp305 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState) argument
336 case BLENDFUNC_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.swizzle(0,1,2)) break; \
337 case BLENDFUNC_ONE_MINUS_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f) - blendColor.swizzle(0,1,2)) break; \
338 case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(blendColor.w())) break; \
339 case BLENDFUNC_ONE_MINUS_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f - blendColor.w())) break; \
356 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blendAState) argument
387 case BLENDFUNC_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) break; \
388 case BLENDFUNC_ONE_MINUS_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - blendColor.w()) break; \
389 case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) break; \
390 case BLENDFUNC_ONE_MINUS_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - blendColor
[all...]
/external/skia/gm/
H A Dpathopsinverse.cpp26 SkColor blendColor = blend(oneColor, twoColor); variable
30 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor);
/external/skqp/gm/
H A Dpathopsinverse.cpp26 SkColor blendColor = blend(oneColor, twoColor); variable
30 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl13 gl->blendColor = &glBlendColor;
H A DglwInitES20.inl13 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
H A DglwInitES30Direct.inl20 gl->blendColor = &glBlendColor;
H A DglwInitES31Direct.inl24 gl->blendColor = &glBlendColor;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp69 mState.blendColor.red = 0;
70 mState.blendColor.green = 0;
71 mState.blendColor.blue = 0;
72 mState.blendColor.alpha = 0;
425 if(mState.blendColor.red != red ||
426 mState.blendColor.green != green ||
427 mState.blendColor.blue != blue ||
428 mState.blendColor.alpha != alpha)
430 mState.blendColor.red = red;
431 mState.blendColor
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp71 mState.blendColor.red = 0;
72 mState.blendColor.green = 0;
73 mState.blendColor.blue = 0;
74 mState.blendColor.alpha = 0;
444 if(mState.blendColor.red != red ||
445 mState.blendColor.green != green ||
446 mState.blendColor.blue != blue ||
447 mState.blendColor.alpha != alpha)
449 mState.blendColor.red = red;
450 mState.blendColor
[all...]
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl24 dst->blendColor = src.blendColor;
H A DgluStateReset.cpp368 gl.blendColor (0.0f, 0.0f, 0.0f, 0.0f);
985 gl.blendColor (0.0f, 0.0f, 0.0f, 0.0f);
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js384 ctx.blendColor(0, 0, 0, 0);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp130 virtual void blendColor (float red, float green, float blue, float alpha) = DE_NULL;
H A DsglrContextWrapper.cpp341 m_curCtx->blendColor(red, green, blue, alpha);
H A DsglrGLContext.hpp142 virtual void blendColor (float red, float green, float blue, float alpha);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp31 fFunctions.fBlendColor = bind_to_member(this, &GrGLTestInterface::blendColor);

Completed in 1651 milliseconds

123