/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | StateManager9.cpp | 331 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 D | pathops.cpp | 29 SkColor blendColor = blend(oneColor, twoColor); in draw() local
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/ |
H A D | AlphaTestView.java | 76 private int blendColor(int color1, int color2, float ratio) { in blendColor() method in AlphaTestView
|
/aosp_15_r20/external/skia/gm/ |
H A D | pathopsinverse.cpp | 32 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 93 tcu::Vec4 blendColor; member
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 437 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 D | rrRenderState.hpp | 257 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | PixelProgram.cpp | 261 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 D | es2fBlendTests.cpp | 76 Vec4 blendColor; member
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 88 Vec4 blendColor; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 386 std::array<float, 4> blendColor; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.h | 63 gl::ColorF blendColor; member
|
H A D | StateManagerGL.cpp | 1342 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor()
|
H A D | DispatchTableGL_autogen.h | 96 PFNGLBLENDCOLORPROC blendColor = nullptr; variable
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 568 void GLContext::blendColor(float red, float green, float blue, float alpha) in blendColor() function in sglr::GLContext
|
H A D | sglrReferenceContext.cpp | 3149 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 D | StateManager11.cpp | 1273 const gl::ColorF &blendColor, in syncBlendState()
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwFunctions.inl | 37 glBlendColorFunc blendColor; variable
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 1648 void blendAndVerifyColor(const GLColor32F blendColor, const GLColor expectedColor) in blendAndVerifyColor()
|