Home
last modified time | relevance | path

Searched refs:setBlendState (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h122 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
DRenderer9.h75 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
DRenderer11.h61 virtual void setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor,
DRenderer9.cpp855 void Renderer9::setBlendState(const gl::BlendState &blendState, const gl::Color &blendColor, unsign… in setBlendState() function in rx::Renderer9
DRenderer11.cpp661 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/
DContext.cpp1781 mRenderer->setBlendState(mState.blend, mState.blendColor, mask); in applyState()