Searched refs:setBlendState (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 122 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
|
D | Renderer9.h | 75 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
|
D | Renderer11.h | 61 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
|
D | Renderer9.cpp | 855 void Renderer9::setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor, unsign… in setBlendState() function in rx::Renderer9
|
D | Renderer11.cpp | 661 void Renderer11::setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor, in setBlendState() function in rx::Renderer11
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.cpp | 1781 mRenderer->setBlendState(mState.blend, mState.blendColor, mask); in applyState()
|