Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockTexture.h15 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()
DGrMockGpu.cpp63 return sk_sp<GrTexture>(new GrMockTexture(this, budgeted, desc, hasMipLevels, info)); in onCreateTexture()
/external/skia/gn/
Dgpu.gni489 "$_src/gpu/mock/GrMockTexture.h",