Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DAtlasRenderTask.cpp80 constexpr static GrUserStencilSettings kClearStencil( in onMakeClosed() local
89 this->stencilAtlasRect(rContext, drawRect, SK_PMColor4fTRANSPARENT, &kClearStencil); in onMakeClosed()
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.cc168 : PipelineCommand(Type::kClearStencil, pipeline) {} in ClearStencilCommand()
Dcommand.h59 kClearStencil, enumerator
92 bool IsClearStencil() const { return command_type_ == Type::kClearStencil; } in IsClearStencil()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp74 constexpr int kClearStencil = 0; variable
427 tcu::clearStencil(access, kClearStencil); in generateReferenceImage()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp1660 constexpr uint8_t kClearStencil = 0x16; in maskedScissoredColorDepthStencilClear() local
1663 (kPreClearStencil & ~kStencilMask) | (kClearStencil & kStencilMask); in maskedScissoredColorDepthStencilClear()
1709 glClearStencil(kClearStencil); in maskedScissoredColorDepthStencilClear()
1801 glStencilFunc(GL_EQUAL, maskStencil ? kMaskedClearStencil : kClearStencil, 0xFF); in maskedScissoredColorDepthStencilClear()