Searched refs:kGrStencilOpCount (Results 1 – 6 of 6) sorted by relevance
41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
192 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()
190 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()
2610 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()2628 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()
2423 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()2441 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()