Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrStencilSettings.h41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
/external/skia/src/gpu/
DGrStencilSettings.h41 static constexpr int kGrStencilOpCount = 1 + (int)GrStencilOp::kDecClamp; variable
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp185 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()
/external/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()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2387 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()
2405 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2732 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op()
2750 SkASSERT(op < (GrStencilOp)kGrStencilOpCount); in gr_to_gl_stencil_op()