Searched refs:getEquationColorIndexed (Results 1 – 8 of 8) sorted by relevance
35 ASSERT_EQ(blendStateExt.getEquationColorIndexed(i), static_cast<GLenum>(GL_FUNC_ADD)); in checkInitState()136 ASSERT_EQ(blendStateExt.getEquationColorIndexed(3), static_cast<GLenum>(GL_MAX)); in TEST()153 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), static_cast<GLenum>(GL_MAX)); in TEST()158 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), static_cast<GLenum>(GL_MIN)); in TEST()
488 GLenum BlendStateExt::getEquationColorIndexed(size_t index) const in getEquationColorIndexed() function in gl::BlendStateExt
676 GLenum getEquationColorIndexed(size_t index) const;
2765 *params = mBlendStateExt.getEquationColorIndexed(0); in getIntegerv()3135 *data = mBlendStateExt.getEquationColorIndexed(index); in getIntegeri_v()
141 rtDesc.BlendOp = gl_d3d11::ConvertBlendOp(blendStateExt.getEquationColorIndexed(i)); in getBlendState()
1335 mFunctions->blendEquationSeparate(blendStateExt.getEquationColorIndexed(0), in setBlendEquations()1391 blendStateExt.getEquationColorIndexed(drawBufferIndex), in setBlendEquations()
1719 blendDesc.rgbBlendOperation = mtl::GetBlendOp(blendStateExt.getEquationColorIndexed(i));
2313 PackGLBlendOp(blendStateExt.getEquationColorIndexed(attachmentIndex)); in updateBlendEquations()