Home
last modified time | relevance | path

Searched refs:setBlendColor (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.h77 void setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor);
DStateManager9.cpp351 setBlendColor(blendState, blendColor); in setBlendDepthRasterStates()
700 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor() function in rx::StateManager9
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h204 void setBlendColor(const gl::ColorF &blendColor);
DStateManagerGL.cpp1218 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor() function in rx::StateManagerGL
1841 setBlendColor(state.getBlendColor()); in syncState()
2911 setBlendColor(state->blendColor); in restoreBlendNativeContext()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h339 RenderCommandEncoder &setBlendColor(float r, float g, float b, float a);
Dmtl_command_buffer.mm1455 RenderCommandEncoder &RenderCommandEncoder::setBlendColor(float r, float g, float b, float a)
DContextMtl.mm2001 mRenderEncoder.setBlendColor(
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h431 void setBlendColor(float red, float green, float blue, float alpha);
DContext.cpp443 void Context::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in es2::Context
DlibGLESv2.cpp317 …context->setBlendColor(es2::clamp01(red), es2::clamp01(green), es2::clamp01(blue), es2::clamp01(al… in BlendColor()
/external/angle/src/libANGLE/
DState.h203 void setBlendColor(float red, float green, float blue, float alpha);
DState.cpp910 void State::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in gl::State
DContext.cpp5307 mState.setBlendColor(red, green, blue, alpha); in blendColor()