Searched refs:setBlendColor (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.h | 77 void setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor);
|
D | StateManager9.cpp | 351 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/ |
D | StateManagerGL.h | 204 void setBlendColor(const gl::ColorF &blendColor);
|
D | StateManagerGL.cpp | 1218 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/ |
D | mtl_command_buffer.h | 339 RenderCommandEncoder &setBlendColor(float r, float g, float b, float a);
|
D | mtl_command_buffer.mm | 1455 RenderCommandEncoder &RenderCommandEncoder::setBlendColor(float r, float g, float b, float a)
|
D | ContextMtl.mm | 2001 mRenderEncoder.setBlendColor(
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 431 void setBlendColor(float red, float green, float blue, float alpha);
|
D | Context.cpp | 443 void Context::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in es2::Context
|
D | libGLESv2.cpp | 317 …context->setBlendColor(es2::clamp01(red), es2::clamp01(green), es2::clamp01(blue), es2::clamp01(al… in BlendColor()
|
/external/angle/src/libANGLE/ |
D | State.h | 203 void setBlendColor(float red, float green, float blue, float alpha);
|
D | State.cpp | 910 void State::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in gl::State
|
D | Context.cpp | 5307 mState.setBlendColor(red, green, blue, alpha); in blendColor()
|