/third_party/skia/third_party/externals/angle2/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
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlRenderCommandEncoder.h | 145 void setBlendColor(SkPMColor4f blendConst) { in setBlendColor() function
|
D | GrMtlPipelineState.mm | 174 renderCmdEncoder->setBlendColor(blendConst);
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlRenderCommandEncoder.h | 149 void setBlendColor(float blendConst[4]) { in setBlendColor() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.h | 204 void setBlendColor(const gl::ColorF &blendColor);
|
D | StateManagerGL.cpp | 1223 void StateManagerGL::setBlendColor(const gl::ColorF &blendColor) in setBlendColor() function in rx::StateManagerGL 1846 setBlendColor(state.getBlendColor()); in syncState() 2918 setBlendColor(state->blendColor); in restoreBlendNativeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.h | 344 RenderCommandEncoder &setBlendColor(float r, float g, float b, float a);
|
D | mtl_command_buffer.mm | 1454 RenderCommandEncoder &RenderCommandEncoder::setBlendColor(float r, float g, float b, float a)
|
D | ContextMtl.mm | 2103 mRenderEncoder.setBlendColor(
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.h | 203 void setBlendColor(float red, float green, float blue, float alpha);
|
D | State.cpp | 976 void State::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor() function in gl::State
|
D | Context.cpp | 5402 mState.setBlendColor(red, green, blue, alpha); in blendColor()
|