Searched refs:GrMockStencilAttachment (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/mock/ |
D | GrMockStencilAttachment.h | 14 class GrMockStencilAttachment : public GrStencilAttachment { 16 GrMockStencilAttachment(GrMockGpu* gpu, int width, int height, int bits, int sampleCnt) in GrMockStencilAttachment() function
|
D | GrMockGpu.cpp | 196 return new GrMockStencilAttachment(this, width, height, kBits, rt->numColorSamples()); in createStencilAttachmentForRenderTarget()
|
/external/skia/src/gpu/mock/ |
D | GrMockStencilAttachment.h | 14 class GrMockStencilAttachment : public GrStencilAttachment { 16 GrMockStencilAttachment(GrMockGpu* gpu, int width, int height, int bits, int sampleCnt) in GrMockStencilAttachment() function
|
D | GrMockGpu.cpp | 196 return new GrMockStencilAttachment(this, width, height, kBits, rt->numColorSamples()); in createStencilAttachmentForRenderTarget()
|
/external/skqp/gn/ |
D | gpu.gni | 501 "$_src/gpu/mock/GrMockStencilAttachment.h",
|
/external/skia/gn/ |
D | gpu.gni | 512 "$_src/gpu/mock/GrMockStencilAttachment.h",
|