Searched refs:fBackendTexture (Results 1 – 10 of 10) sorted by relevance
74 , fBackendTexture(backendTex) in GrBackendTextureImageGenerator()99 if (context->backend() != fBackendTexture.backend()) { in onGenerateTexture()134 desc.fWidth = fBackendTexture.width(); in onGenerateTexture()135 desc.fHeight = fBackendTexture.height(); in onGenerateTexture()137 GrMipMapped mipMapped = fBackendTexture.hasMipMaps() ? GrMipMapped::kYes : GrMipMapped::kNo; in onGenerateTexture()142 GrBackendTexture backendTexture = fBackendTexture; in onGenerateTexture()192 info.width() == fBackendTexture.width() && info.height() == fBackendTexture.height() && in onGenerateTexture()
88 GrBackendTexture fBackendTexture; variable
72 , fBackendTexture(backendTex) in GrBackendTextureImageGenerator()96 if (context->backend() != fBackendTexture.backend()) { in onGenerateTexture()131 desc.fWidth = fBackendTexture.width(); in onGenerateTexture()132 desc.fHeight = fBackendTexture.height(); in onGenerateTexture()134 GrMipMapped mipMapped = fBackendTexture.hasMipMaps() ? GrMipMapped::kYes : GrMipMapped::kNo; in onGenerateTexture()139 GrBackendTexture backendTexture = fBackendTexture; in onGenerateTexture()193 info.width() == fBackendTexture.width() && info.height() == fBackendTexture.height() && in onGenerateTexture()
40 const GrBackendTexture& backendTexture() const { return fBackendTexture; } in backendTexture()53 GrBackendTexture fBackendTexture; variable
17 fBackendTexture = backendTexture; in SkPromiseImageTexture()
347 GrBackendTexture fBackendTexture; in DEF_GPUTEST() member353 gpu->deleteTestingOnlyBackendTexture(releaseContext->fBackendTexture); in DEF_GPUTEST()
354 GrBackendTexture fBackendTexture; in make_wrapped_texture() member360 gpu->deleteTestingOnlyBackendTexture(releaseContext->fBackendTexture); in make_wrapped_texture()