Home
last modified time | relevance | path

Searched refs:setEquationsIndexed (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp132 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()
Dangletypes.cpp461 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
Dangletypes.h638 void setEquationsIndexed(const size_t index, const GLenum modeColor, const GLenum modeAlpha);
639 void setEquationsIndexed(const size_t index,
DState.cpp944 mBlendStateExt.setEquationsIndexed(index, rgbEquation, alphaEquation); in setBlendEquationIndexed()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp95 key.blendStateExt.setEquationsIndexed(keyBlendIndex, sourceIndex, blendStateExt); in GetBlendStateKey()