Searched refs:onClearStencilClip (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpuCommandBuffer.cpp | 34 this->onClearStencilClip(rt, clip, insideStencilMask); in clearStencilClip()
|
D | GrGpuCommandBuffer.h | 109 virtual void onClearStencilClip(GrRenderTarget*, const GrFixedClip&,
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 63 void onClearStencilClip(GrRenderTarget*, const GrFixedClip&, bool insideStencilMask) override;
|
D | GrVkGpuCommandBuffer.cpp | 220 void GrVkGpuCommandBuffer::onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip, in onClearStencilClip() function in GrVkGpuCommandBuffer
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 72 void onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip, in onClearStencilClip() function
|