/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 75 Vec4 blendColor; member 90 , blendColor (blendColor_) in BlendParams() 225 …r = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColo… in iterate() 231 …_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z()… in iterate() 241 referenceState.blendColor = paramSet.blendColor; in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 125 dst.blendColor = tcu::clamp(src.blendColor, Vec4(0.0f), Vec4(1.0f)); in translateState() 195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 92 Vec4 blendColor; member 107 , blendColor (blendColor_) in BlendParams() 278 …r = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColo… in iterate() 284 …_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z()… in iterate() 294 referenceState.blendColor = paramSet.blendColor; in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 125 dst.blendColor = tcu::clamp(src.blendColor, Vec4(0.0f), Vec4(1.0f)); in translateState() 195 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 304 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& ble… in executeBlendFactorComputeRGB() argument 335 …case BLENDFUNC_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.swizzle(0,1… in executeBlendFactorComputeRGB() 336 …CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f) - blendColor.swizzle(0,1,2)) … in executeBlendFactorComputeRGB() 337 …case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(blendColor.w())) … in executeBlendFactorComputeRGB() 338 …_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f - blendColor.w())) break; \ in executeBlendFactorComputeRGB() 355 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blend… in executeBlendFactorComputeA() argument 386 …case BLENDFUNC_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) brea… in executeBlendFactorComputeA() 387 …ONE_MINUS_CONSTANT_COLOR: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - blendColor.w()) break; \ in executeBlendFactorComputeA() 388 …case BLENDFUNC_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) brea… in executeBlendFactorComputeA() 389 …ONE_MINUS_CONSTANT_ALPHA: SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - blendColor.w()) break; \ in executeBlendFactorComputeA() [all …]
|
D | rrRenderState.hpp | 245 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member 277 , blendColor (0.0f) in FragmentOperationState()
|
D | rrFragmentOperations.hpp | 140 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState); 141 void executeBlendFactorComputeA (const tcu::Vec4& blendColor, const BlendState& blendAState);
|
/external/skia/gm/ |
D | pathopsinverse.cpp | 25 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local 29 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
|
D | imagefiltersgraph.cpp | 164 SkAutoTUnref<SkImageFilter> blendColor(SkXfermodeImageFilter::Create(mode, colorMorph)); in onDraw() local 167 paint.setImageFilter(blendColor); in onDraw()
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 266 …ctx.blendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.… in setRenderState()
|
D | glsInteractionTestUtil.hpp | 96 tcu::Vec4 blendColor; member
|
D | glsInteractionTestUtil.cpp | 213 state.blendColor = getRandomColor(rnd); in computeRandomRenderState()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 13 gl->blendColor = &glBlendColor;
|
D | glwInitES30Direct.inl | 20 gl->blendColor = &glBlendColor;
|
D | glwInitES20.inl | 13 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
D | glwInitES31Direct.inl | 24 gl->blendColor = &glBlendColor;
|
D | glwFunctions.inl | 36 glBlendColorFunc blendColor; variable
|
D | glwInitES30.inl | 20 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 24 dst->blendColor = src.blendColor;
|
D | gluStateReset.cpp | 346 gl.blendColor (0.0f, 0.0f, 0.0f, 0.0f); in resetStateES() 938 gl.blendColor (0.0f, 0.0f, 0.0f, 0.0f); in resetStateGLCore()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 142 virtual void blendColor (float red, float green, float blue, float alpha);
|
D | sglrContextWrapper.cpp | 341 m_curCtx->blendColor(red, green, blue, alpha); in glBlendColor()
|
D | sglrContext.hpp | 130 virtual void blendColor (float red, float green, float blue, float alpha) = DE_NULL;
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeTests.cpp | 1516 gl.blendColor(0.25f, 0.25f, 0.25f, 0.25f); in init() 1518 gl.blendColor(0.75f, 0.75f, 0.75f, 0.75f); in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeTests.cpp | 1600 gl.blendColor(0.25f, 0.25f, 0.25f, 0.25f); in init() 1602 gl.blendColor(0.75f, 0.75f, 0.75f, 0.75f); in init()
|