Searched refs:onClearStencilClip (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/mock/
H A DGrMockGpuCommandBuffer.h32 void onClearStencilClip(GrRenderTarget*, const GrFixedClip&, bool insideStencilMask) override {}
/external/skia/src/gpu/
H A DGrGpuCommandBuffer.cpp36 this->onClearStencilClip(rt, clip, insideStencilMask);
H A DGrGpuCommandBuffer.h112 virtual void onClearStencilClip(GrRenderTarget*, const GrFixedClip&,
/external/skia/src/gpu/gl/
H A DGrGLGpuCommandBuffer.h75 void onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip,
/external/skia/src/gpu/vk/
H A DGrVkGpuCommandBuffer.h95 void onClearStencilClip(GrRenderTarget*, const GrFixedClip&, bool insideStencilMask) override;
H A DGrVkGpuCommandBuffer.cpp220 void GrVkGpuCommandBuffer::onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip, function in class:GrVkGpuCommandBuffer

Completed in 123 milliseconds