Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuCommandBuffer.cpp34 this->onClearStencilClip(rt, clip, insideStencilMask); in clearStencilClip()
DGrGpuCommandBuffer.h109 virtual void onClearStencilClip(GrRenderTarget*, const GrFixedClip&,
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h63 void onClearStencilClip(GrRenderTarget*, const GrFixedClip&, bool insideStencilMask) override;
DGrVkGpuCommandBuffer.cpp220 void GrVkGpuCommandBuffer::onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip, in onClearStencilClip() function in GrVkGpuCommandBuffer
/external/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h72 void onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip, in onClearStencilClip() function