Searched refs:kGrStencilOpCount (Results 1 – 6 of 6) sorted by relevance
41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
185 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount); in stencil_op_to_vk_stencil_op()194 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()
2387 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()2405 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()
2732 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()2750 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()