Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBackendTextureImageGenerator.cpp97 , fBackendTexture(backendTex) in GrBackendTextureImageGenerator()
122 if (context->contextPriv().getBackend() != fBackendTexture.backend()) { in onGenerateTexture()
154 tex = context->resourceProvider()->wrapBackendTexture(fBackendTexture, fSurfaceOrigin, in onGenerateTexture()
172 info.width() == fBackendTexture.width() && info.height() == fBackendTexture.height()) { in onGenerateTexture()
DGrBackendTextureImageGenerator.h67 GrBackendTexture fBackendTexture; variable