Searched refs:GrMockTexture (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 15 class GrMockTexture : public GrTexture { 17 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, bool hasMipLevels, in GrMockTexture() function 19 : GrMockTexture(gpu, desc, hasMipLevels, info) { in GrMockTexture() 22 ~GrMockTexture() override { in ~GrMockTexture() 38 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, bool hasMipLevels, in GrMockTexture() function 55 class GrMockTextureRenderTarget : public GrMockTexture, public GrRenderTarget { 60 , GrMockTexture(gpu, desc, hasMipLevels, texInfo) in GrMockTextureRenderTarget() 76 GrMockTexture::onAbandon(); in onAbandon() 81 GrMockTexture::onRelease(); in onRelease()
|
D | GrMockGpu.cpp | 63 return sk_sp<GrTexture>(new GrMockTexture(this, budgeted, desc, hasMipLevels, info)); in onCreateTexture()
|
/external/skia/gn/ |
D | gpu.gni | 489 "$_src/gpu/mock/GrMockTexture.h",
|