Searched refs:setEquationsIndexed (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | angletypes_unittest.cpp | 132 blendStateExt.setEquationsIndexed(3, GL_MAX, GL_FUNC_SUBTRACT); in TEST() 133 blendStateExt.setEquationsIndexed(5, GL_MIN, GL_FUNC_ADD); in TEST() 152 blendStateExt.setEquationsIndexed(0, 3, blendStateExt); in TEST() 157 blendStateExt.setEquationsIndexed(0, 5, blendStateExt); in TEST()
|
D | angletypes.cpp | 461 void BlendStateExt::setEquationsIndexed(const size_t index, in setEquationsIndexed() function in gl::BlendStateExt 472 void BlendStateExt::setEquationsIndexed(const size_t index, in setEquationsIndexed() function in gl::BlendStateExt
|
D | angletypes.h | 638 void setEquationsIndexed(const size_t index, const GLenum modeColor, const GLenum modeAlpha); 639 void setEquationsIndexed(const size_t index,
|
D | State.cpp | 944 mBlendStateExt.setEquationsIndexed(index, rgbEquation, alphaEquation); in setBlendEquationIndexed()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 95 key.blendStateExt.setEquationsIndexed(keyBlendIndex, sourceIndex, blendStateExt); in GetBlendStateKey()
|