Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp76 Vec4 blendColor; member
86 , blendColor(blendColor_) in BlendParams()
214 … << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColo… in iterate()
215 << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage; in iterate()
222 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
223 paramSet.blendColor.w())); in iterate()
233 referenceState.blendColor = paramSet.blendColor; in iterate()
H A Des2fRandomFragmentOpTests.cpp125 dst.blendColor = tcu::clamp(src.blendColor, Vec4(0.0f), Vec4(1.0f)); in translateState()
197 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp88 Vec4 blendColor; member
98 , blendColor(blendColor_) in BlendParams()
266 … << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColo… in iterate()
267 << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage; in iterate()
274 …GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.… in iterate()
275 paramSet.blendColor.w())); in iterate()
285 referenceState.blendColor = paramSet.blendColor; in iterate()
H A Des3fRandomFragmentOpTests.cpp125 dst.blendColor = tcu::clamp(src.blendColor, Vec4(0.0f), Vec4(1.0f)); in translateState()
197 …wrapper.glBlendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blend… in setGLState()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp331 const gl::ColorF &blendColor = glState.getBlendColor(); in setBlendDepthRasterStates() local
353 setBlendColor(blendState, blendColor); in setBlendDepthRasterStates()
702 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor() argument
713 gl_d3d9::ConvertColor(blendColor)); in setBlendColor()
719 D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha), in setBlendColor()
720 gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha))); in setBlendColor()
722 mCurBlendColor = blendColor; in setBlendColor()
H A DStateManager9.h79 void setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor);
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp437 void FragmentProcessor::executeBlendFactorComputeRGB(const Vec4 &blendColor, const BlendState &blen… in executeBlendFactorComputeRGB() argument
479 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.swizzle(0, 1, 2)) break; \ in executeBlendFactorComputeRGB()
481 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f) - blendColor.swizzle(0, 1, 2)) break; \ in executeBlendFactorComputeRGB()
483 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(blendColor.w())) break; \ in executeBlendFactorComputeRGB()
485 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, Vec3(1.0f - blendColor.w())) break; \ in executeBlendFactorComputeRGB()
507 void FragmentProcessor::executeBlendFactorComputeA(const Vec4 &blendColor, const BlendState &blendA… in executeBlendFactorComputeA() argument
549 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) break; \ in executeBlendFactorComputeA()
551 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - blendColor.w()) break; \ in executeBlendFactorComputeA()
553 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, blendColor.w()) break; \ in executeBlendFactorComputeA()
555 SAMPLE_REGISTER_BLEND_FACTOR(FACTOR_NAME, 1.0f - blendColor.w()) break; \ in executeBlendFactorComputeA()
[all …]
H A DrrFragmentOperations.hpp149 void executeBlendFactorComputeRGB(const tcu::Vec4 &blendColor, const BlendState &blendRGBState);
150 void executeBlendFactorComputeA(const tcu::Vec4 &blendColor, const BlendState &blendAState);
H A DrrRenderState.hpp257 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member
293 , blendColor(0.0f) in FragmentOperationState()
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
H A DAlphaTestView.java63 mPaint.setColor(blendColor(mStartColor, mEndColor, 1.0f - alpha / 255.0f)); in onSetAlpha()
76 private int blendColor(int color1, int color2, float ratio) { in blendColor() method in AlphaTestView
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp292 …ctx.blendColor(state.blendColor.x(), state.blendColor.y(), state.blendColor.z(), state.blendColor.… in setRenderState()
H A DglsInteractionTestUtil.hpp93 tcu::Vec4 blendColor; member
H A DglsInteractionTestUtil.cpp179 state.blendColor = getRandomColor(rnd); in computeRandomRenderState()
/aosp_15_r20/external/skia/docs/examples/
H A Dpathops.cpp29 SkColor blendColor = blend(oneColor, twoColor); in draw() local
33 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in draw()
/aosp_15_r20/external/skia/gm/
H A Dpathopsinverse.cpp32 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
36 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor); in onOnceBeforeDraw()
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.mm1298 blendColor = {0, 0, 0, 0};
1856 if (mStateCache.blendColor[0] == r && mStateCache.blendColor[1] == g &&
1857 mStateCache.blendColor[2] == b && mStateCache.blendColor[3] == a)
1861 mStateCache.blendColor[0] = r;
1862 mStateCache.blendColor[1] = g;
1863 mStateCache.blendColor[2] = b;
1864 mStateCache.blendColor[3] = a;
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelProgram.hpp38 …virtual void blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]…
H A DPixelRoutine.hpp52 …virtual void blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMask[4]…
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.h63 gl::ColorF blendColor; member
227 void setBlendColor(const gl::ColorF &blendColor);
H A DStateManagerGL.cpp1342 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor() argument
1344 if (mBlendColor != blendColor) in setBlendColor()
1346 mBlendColor = blendColor; in setBlendColor()
1347 mFunctions->blendColor(mBlendColor.red, mBlendColor.green, mBlendColor.blue, in setBlendColor()
3377 get(GL_BLEND_COLOR, &state->blendColor); in syncBlendFromNativeContext()
3378 if (mBlendColor != state->blendColor) in syncBlendFromNativeContext()
3380 mBlendColor = state->blendColor; in syncBlendFromNativeContext()
3418 setBlendColor(state->blendColor); in restoreBlendNativeContext()
H A DDispatchTableGL_autogen.cpp333 ASSIGN("glBlendColor", blendColor); in initProcsDesktopGL()
881 ASSIGN("glBlendColorEXT", blendColor); in initProcsDesktopGL()
1351 ASSIGN("glBlendColor", blendColor); in initProcsDesktopGL()
2397 ASSIGN("glBlendColor", blendColor); in initProcsGLES()
3210 blendColor = &glBlendColorNULL; in initProcsDesktopGLNULL()
3758 blendColor = &glBlendColorNULL; in initProcsDesktopGLNULL()
4227 blendColor = &glBlendColorNULL; in initProcsDesktopGLNULL()
5272 blendColor = &glBlendColorNULL; in initProcsGLESNULL()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp1273 const gl::ColorF &blendColor, in syncBlendState() argument
1291 blendColors[0] = emulateConstantAlpha ? blendColor.alpha : blendColor.red; in syncBlendState()
1292 blendColors[1] = emulateConstantAlpha ? blendColor.alpha : blendColor.green; in syncBlendState()
1293 blendColors[2] = emulateConstantAlpha ? blendColor.alpha : blendColor.blue; in syncBlendState()
1294 blendColors[3] = blendColor.alpha; in syncBlendState()
1299 mCurBlendColor = blendColor; in syncBlendState()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl24 dst->blendColor = src.blendColor;
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl13 gl->blendColor = &glBlendColor;
H A DglwInitES30Direct.inl20 gl->blendColor = &glBlendColor;

123