Home
last modified time | relevance | path

Searched refs:kClearStencil (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DAtlasRenderTask.cpp82 constexpr static GrUserStencilSettings kClearStencil( in onMakeClosed() local
91 this->stencilAtlasRect(rContext, drawRect, SK_PMColor4fTRANSPARENT, &kClearStencil); in onMakeClosed()
/external/deqp-deps/amber/src/
Dcommand.cc168 : PipelineCommand(Type::kClearStencil, pipeline) {} in ClearStencilCommand()
Dcommand.h59 kClearStencil, enumerator
92 bool IsClearStencil() const { return command_type_ == Type::kClearStencil; } in IsClearStencil()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp75 constexpr int kClearStencil = 0; variable
394 tcu::clearStencil(access, kClearStencil); in generateReferenceImage()
/external/angle/src/tests/gl_tests/
DClearTest.cpp1696 constexpr uint8_t kClearStencil = 0x16; in maskedScissoredColorDepthStencilClear() local
1699 (kPreClearStencil & ~kStencilMask) | (kClearStencil & kStencilMask); in maskedScissoredColorDepthStencilClear()
1742 glClearStencil(kClearStencil); in maskedScissoredColorDepthStencilClear()
1835 glStencilFunc(GL_EQUAL, maskStencil ? kMaskedClearStencil : kClearStencil, 0xFF); in maskedScissoredColorDepthStencilClear()