Home
last modified time | relevance | path

Searched refs:GrMockStencilAttachment (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockStencilAttachment.h14 class GrMockStencilAttachment : public GrStencilAttachment {
16 GrMockStencilAttachment(GrMockGpu* gpu, int width, int height, int bits, int sampleCnt) in GrMockStencilAttachment() function
DGrMockGpu.cpp76 return new GrMockStencilAttachment(this, width, height, kBits, rt->numColorSamples()); in createStencilAttachmentForRenderTarget()
/external/skia/gn/
Dgpu.gni488 "$_src/gpu/mock/GrMockStencilAttachment.h",