Home
last modified time | relevance | path

Searched refs:activeOp (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpSegment.h36 bool activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask,
38 bool activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end, SkPathOp op,
H A DSkOpSegment.cpp108 bool SkOpSegment::activeOp(SkOpSpanBase* start, SkOpSpanBase* end, int xorMiMask, int xorSuMask, in activeOp() function in SkOpSegment
120 return this->activeOp(xorMiMask, xorSuMask, start, end, op, &sumMiWinding, &sumSuWinding); in activeOp()
123 bool SkOpSegment::activeOp(int xorMiMask, int xorSuMask, SkOpSpanBase* start, SkOpSpanBase* end, in activeOp() function in SkOpSegment
602 bool activeAngle = nextSegment->activeOp(xorMiMask, xorSuMask, nextAngle->start(), in findNextOp()
H A DSkPathOpsOp.cpp124 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp7162 vk::VkStencilOp* activeOp = nullptr; in createExtendedDynamicStateTests() local
7168 activeOp = &dynamicStencilConfig.depthFailOp; in createExtendedDynamicStateTests()
7174 activeOp = &dynamicStencilConfig.passOp; in createExtendedDynamicStateTests()
7181 activeOp = &dynamicStencilConfig.failOp; in createExtendedDynamicStateTests()
7186 *activeOp = op.stencilOp; in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp8802 vk::VkStencilOp* activeOp = nullptr; in createExtendedDynamicStateTests() local
8808 activeOp = &dynamicStencilConfig.depthFailOp; in createExtendedDynamicStateTests()
8814 activeOp = &dynamicStencilConfig.passOp; in createExtendedDynamicStateTests()
8821 activeOp = &dynamicStencilConfig.failOp; in createExtendedDynamicStateTests()
8826 *activeOp = op.stencilOp; in createExtendedDynamicStateTests()

Completed in 28 milliseconds