Searched refs:kGrStencilOpCount (Results 1 – 3 of 3) sorted by relevance
41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
140 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount); in stencil_op_to_vk_stencil_op()149 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in stencil_op_to_vk_stencil_op()
2690 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()2708 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()