Home
last modified time | relevance | path

Searched refs:kGrStencilOpCount (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrStencilSettings.h41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
/third_party/skia/src/gpu/
DGrStencilSettings.h41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipeline.cpp192 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount); in stencil_op_to_vk_stencil_op()
201 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in stencil_op_to_vk_stencil_op()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp190 static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount); in stencil_op_to_vk_stencil_op()
199 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in stencil_op_to_vk_stencil_op()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2610 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()
2628 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2423 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()
2441 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()