Searched refs:kClearStencil (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | AtlasRenderTask.cpp | 80 constexpr static GrUserStencilSettings kClearStencil( in onMakeClosed() 89 this->stencilAtlasRect(rContext, drawRect, SK_PMColor4fTRANSPARENT, &kClearStencil); in onMakeClosed()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | command.cc | 168 : PipelineCommand(Type::kClearStencil, pipeline) {} in ClearStencilCommand()
|
H A D | command.h | 58 kClearStencil, member in amber::Command::Type 91 bool IsClearStencil() const { return command_type_ == Type::kClearStencil; } in IsClearStencil()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 75 constexpr int kClearStencil = 0; member 394 tcu::clearStencil(access, kClearStencil); in generateReferenceImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 75 constexpr int kClearStencil = 0; member 394 tcu::clearStencil(access, kClearStencil); in generateReferenceImage()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 1660 constexpr uint8_t kClearStencil = 0x16; in maskedScissoredColorDepthStencilClear() local 1663 (kPreClearStencil & ~kStencilMask) | (kClearStencil & kStencilMask); in maskedScissoredColorDepthStencilClear() 1709 glClearStencil(kClearStencil); in maskedScissoredColorDepthStencilClear() 1797 // - If stencil is cleared, but it's not masked, kClearStencil should be in the stencil in maskedScissoredColorDepthStencilClear() 1801 glStencilFunc(GL_EQUAL, maskStencil ? kMaskedClearStencil : kClearStencil, 0xFF); in maskedScissoredColorDepthStencilClear()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 5558 static constexpr uint32_t kClearStencil = 0u; 5979 makeClearValueDepthStencil(ZExportParams::kClearDepth, ZExportParams::kClearStencil), 6051 const auto clearStencil = static_cast<int>(ZExportParams::kClearStencil);
|
Completed in 17 milliseconds