Home
last modified time | relevance | path

Searched refs:getEquationColorIndexed (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/
DBlendStateExt_unittest.cpp75 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()
Dangletypes.h757 BlendEquationType getEquationColorIndexed(size_t index) const in getEquationColorIndexed() function
DState.cpp2167 *params = ToGLenum(mBlendStateExt.getEquationColorIndexed(0)); in getIntegerv()
2315 *data = ToGLenum(mBlendStateExt.getEquationColorIndexed(index)); in getIntegeri_v()
DvalidationESEXT.cpp2510 state.getBlendStateExt().getEquationColorIndexed(0)) || in ValidateBeginPixelLocalStorageANGLE()
DvalidationES.cpp600 state.getBlendStateExt().getEquationColorIndexed(blendEnabledBufferIndex); in ValidateProgramDrawAdvancedBlendState()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp101 blendStateExt.getEquationColorIndexed(sourceIndex); in GetBlendStateKey()
169 rtDesc.BlendOp = gl_d3d11::ConvertBlendOp(blendStateExt.getEquationColorIndexed(i)); in getBlendState()
/external/angle/src/libANGLE/renderer/wgpu/
DContextWgpu.cpp637 i, gl_wgpu::GetBlendEquation(blendState.getEquationColorIndexed(i)), in syncState()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1474 mFunctions->blendEquationSeparate(ToGLenum(blendStateExt.getEquationColorIndexed(0)), in setBlendEquations()
1537 blendStateExt.getEquationColorIndexed(drawBufferIndex); in setBlendEquations()
/external/angle/src/libANGLE/renderer/metal/
DContextMtl.mm2127 blendDesc.rgbBlendOperation = mtl::GetBlendOp(blendStateExt.getEquationColorIndexed(i));
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp7125 static_cast<uint32_t>(getState().getBlendStateExt().getEquationColorIndexed(0)); in handleDirtyGraphicsDriverUniforms()
Dvk_cache_utils.cpp4459 PackGLBlendOp(blendStateExt.getEquationColorIndexed(attachmentIndex)); in updateBlendEquations()