Searched refs:getEquationColorIndexed (Results 1 – 11 of 11) sorted by relevance
75 ASSERT_EQ(blendStateExt.getEquationColorIndexed(i), gl::BlendEquationType::Add); in TEST()218 ASSERT_EQ(blendStateExt.getEquationColorIndexed(3), gl::BlendEquationType::Max); in TEST()235 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), gl::BlendEquationType::Max); in TEST()240 ASSERT_EQ(blendStateExt.getEquationColorIndexed(0), gl::BlendEquationType::Min); in TEST()
757 BlendEquationType getEquationColorIndexed(size_t index) const in getEquationColorIndexed() function
2167 *params = ToGLenum(mBlendStateExt.getEquationColorIndexed(0)); in getIntegerv()2315 *data = ToGLenum(mBlendStateExt.getEquationColorIndexed(index)); in getIntegeri_v()
2510 state.getBlendStateExt().getEquationColorIndexed(0)) || in ValidateBeginPixelLocalStorageANGLE()
600 state.getBlendStateExt().getEquationColorIndexed(blendEnabledBufferIndex); in ValidateProgramDrawAdvancedBlendState()
101 blendStateExt.getEquationColorIndexed(sourceIndex); in GetBlendStateKey()169 rtDesc.BlendOp = gl_d3d11::ConvertBlendOp(blendStateExt.getEquationColorIndexed(i)); in getBlendState()
637 i, gl_wgpu::GetBlendEquation(blendState.getEquationColorIndexed(i)), in syncState()
1474 mFunctions->blendEquationSeparate(ToGLenum(blendStateExt.getEquationColorIndexed(0)), in setBlendEquations()1537 blendStateExt.getEquationColorIndexed(drawBufferIndex); in setBlendEquations()
2127 blendDesc.rgbBlendOperation = mtl::GetBlendOp(blendStateExt.getEquationColorIndexed(i));
7125 static_cast<uint32_t>(getState().getBlendStateExt().getEquationColorIndexed(0)); in handleDirtyGraphicsDriverUniforms()
4459 PackGLBlendOp(blendStateExt.getEquationColorIndexed(attachmentIndex)); in updateBlendEquations()