Home
last modified time | relevance | path

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

/external/skia/docs/examples/
Dpathops.cpp29 SkColor blendColor = blend(oneColor, twoColor); in draw() local
/external/skia/gm/
Dpathopsinverse.cpp32 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp329 const gl::ColorF &blendColor = glState.getBlendColor(); in setBlendDepthRasterStates() local
700 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp96 tcu::Vec4 blendColor; member
/external/swiftshader/src/Pipeline/
DPixelProgram.cpp268 void PixelProgram::blendColor(Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int cMa… in blendColor() function in sw::PixelProgram
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp76 Vec4 blendColor; member
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp88 Vec4 blendColor; member
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp359 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& ble… in executeBlendFactorComputeRGB()
410 void FragmentProcessor::executeBlendFactorComputeA (const Vec4& blendColor, const BlendState& blend… in executeBlendFactorComputeA()
DrrRenderState.hpp260 tcu::Vec4 blendColor; //!< Components should be in range [0, 1]. member
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h314 std::array<float, 4> blendColor; member
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h52 gl::ColorF blendColor; member
DStateManagerGL.cpp1223 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor()
DDispatchTableGL_autogen.h96 PFNGLBLENDCOLORPROC blendColor = nullptr; variable
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp575 void GLContext::blendColor (float red, float green, float blue, float alpha) in blendColor() function in sglr::GLContext
DsglrReferenceContext.cpp2979 void ReferenceContext::blendColor (float red, float green, float blue, float alpha) in blendColor() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1274 const gl::ColorF &blendColor, in syncBlendState()
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl37 glBlendColorFunc blendColor; variable
/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp1644 void blendAndVerifyColor(const GLColor32F blendColor, const GLColor expectedColor) in blendAndVerifyColor()
/external/angle/src/libANGLE/
DContext.cpp5595 void Context::blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in blendColor() function in gl::Context