Home
last modified time | relevance | path

Searched refs:fBackendTexture (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp74 , 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()
DGrBackendTextureImageGenerator.h88 GrBackendTexture fBackendTexture; variable
/external/skqp/src/gpu/
DGrBackendTextureImageGenerator.cpp72 , 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()
DGrBackendTextureImageGenerator.h88 GrBackendTexture fBackendTexture; variable
/external/skia/include/core/
DSkPromiseImageTexture.h40 const GrBackendTexture& backendTexture() const { return fBackendTexture; } in backendTexture()
53 GrBackendTexture fBackendTexture; variable
/external/skqp/include/core/
DSkPromiseImageTexture.h40 const GrBackendTexture& backendTexture() const { return fBackendTexture; } in backendTexture()
53 GrBackendTexture fBackendTexture; variable
/external/skqp/src/core/
DSkPromiseImageTexture.cpp17 fBackendTexture = backendTexture; in SkPromiseImageTexture()
/external/skia/src/core/
DSkPromiseImageTexture.cpp17 fBackendTexture = backendTexture; in SkPromiseImageTexture()
/external/skqp/tests/
DGrSurfaceTest.cpp347 GrBackendTexture fBackendTexture; in DEF_GPUTEST() member
353 gpu->deleteTestingOnlyBackendTexture(releaseContext->fBackendTexture); in DEF_GPUTEST()
/external/skia/tests/
DGrSurfaceTest.cpp354 GrBackendTexture fBackendTexture; in make_wrapped_texture() member
360 gpu->deleteTestingOnlyBackendTexture(releaseContext->fBackendTexture); in make_wrapped_texture()