Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp35 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()
Dangletypes.cpp488 GLenum BlendStateExt::getEquationColorIndexed(size_t index) const in getEquationColorIndexed() function in gl::BlendStateExt
Dangletypes.h676 GLenum getEquationColorIndexed(size_t index) const;
DState.cpp2765 *params = mBlendStateExt.getEquationColorIndexed(0); in getIntegerv()
3135 *data = mBlendStateExt.getEquationColorIndexed(index); in getIntegeri_v()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp141 rtDesc.BlendOp = gl_d3d11::ConvertBlendOp(blendStateExt.getEquationColorIndexed(i)); in getBlendState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1335 mFunctions->blendEquationSeparate(blendStateExt.getEquationColorIndexed(0), in setBlendEquations()
1391 blendStateExt.getEquationColorIndexed(drawBufferIndex), in setBlendEquations()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.mm1719 blendDesc.rgbBlendOperation = mtl::GetBlendOp(blendStateExt.getEquationColorIndexed(i));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2313 PackGLBlendOp(blendStateExt.getEquationColorIndexed(attachmentIndex)); in updateBlendEquations()