Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp331 const gl::ColorF &blendColor = glState.getBlendColor(); in setBlendDepthRasterStates() local
702 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor()
/aosp_15_r20/external/skia/docs/examples/
H A Dpathops.cpp29 SkColor blendColor = blend(oneColor, twoColor); in draw() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
H A DAlphaTestView.java76 private int blendColor(int color1, int color2, float ratio) { in blendColor() method in AlphaTestView
/aosp_15_r20/external/skia/gm/
H A Dpathopsinverse.cpp32 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp93 tcu::Vec4 blendColor; member
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp437 void FragmentProcessor::executeBlendFactorComputeRGB(const Vec4 &blendColor, const BlendState &blen… in executeBlendFactorComputeRGB()
507 void FragmentProcessor::executeBlendFactorComputeA(const Vec4 &blendColor, const BlendState &blendA… in executeBlendFactorComputeA()
H A DrrRenderState.hpp257 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelProgram.cpp261 void PixelProgram::blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMa… in blendColor() function in sw::PixelProgram
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp76 Vec4 blendColor; member
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp88 Vec4 blendColor; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h386 std::array<float, 4> blendColor; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.h63 gl::ColorF blendColor; member
H A DStateManagerGL.cpp1342 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor()
H A DDispatchTableGL_autogen.h96 PFNGLBLENDCOLORPROC blendColor = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp568 void GLContext::blendColor(float red, float green, float blue, float alpha) in blendColor() function in sglr::GLContext
H A DsglrReferenceContext.cpp3149 void ReferenceContext::blendColor(float red, float green, float blue, float alpha) in blendColor() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp1273 const gl::ColorF &blendColor, in syncBlendState()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl37 glBlendColorFunc blendColor; variable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DStateChangeTest.cpp1648 void blendAndVerifyColor(const GLColor32F blendColor, const GLColor expectedColor) in blendAndVerifyColor()