Home
last modified time | relevance | path

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

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