Searched refs:onClearStencilClip (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/mock/ |
D | GrMockGpuCommandBuffer.h | 32 void onClearStencilClip(GrRenderTarget*, const GrFixedClip&, bool insideStencilMask) override {} in onClearStencilClip() function
|
/external/skia/src/gpu/ |
D | GrGpuCommandBuffer.h | 112 virtual void onClearStencilClip(GrRenderTarget*, const GrFixedClip&,
|
D | GrGpuCommandBuffer.cpp | 36 this->onClearStencilClip(rt, clip, insideStencilMask); in clearStencilClip()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 75 void onClearStencilClip(GrRenderTarget* rt, const GrFixedClip& clip, in onClearStencilClip() function
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 95 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
|