Lines Matching refs:mBackendTexture

53         mBackendTexture =  in GaneshBackendTexture()
62 mBackendTexture = in GaneshBackendTexture()
72 if (!mBackendTexture.isValid() || !desc.width || !desc.height) { in GaneshBackendTexture()
81 if (mBackendTexture.isValid()) { in ~GaneshBackendTexture()
83 mBackendTexture = {}; in ~GaneshBackendTexture()
90 if (mBackendTexture.isValid()) { in makeImage()
96 SkImages::BorrowTextureFrom(mGrContext.get(), mBackendTexture, kTopLeft_GrSurfaceOrigin, in makeImage()
110 SkSurfaces::WrapBackendTexture(mGrContext.get(), mBackendTexture, in makeSurface()
122 switch (mBackendTexture.backend()) { in logFatalTexture()
126 GrBackendTextures::GetGLTextureInfo(mBackendTexture, &textureInfo); in logFatalTexture()
131 msg, mBackendTexture.isValid(), static_cast<int32_t>(dataspace), in logFatalTexture()
132 mBackendTexture.width(), mBackendTexture.height(), in logFatalTexture()
133 mBackendTexture.hasMipmaps(), mBackendTexture.isProtected(), in logFatalTexture()
134 static_cast<int>(mBackendTexture.textureType()), retrievedTextureInfo, in logFatalTexture()
141 GrBackendTextures::GetVkImageInfo(mBackendTexture, &imageInfo); in logFatalTexture()
146 msg, mBackendTexture.isValid(), static_cast<int32_t>(dataspace), in logFatalTexture()
147 mBackendTexture.width(), mBackendTexture.height(), in logFatalTexture()
148 mBackendTexture.hasMipmaps(), mBackendTexture.isProtected(), in logFatalTexture()
149 static_cast<int>(mBackendTexture.textureType()), retrievedImageInfo, in logFatalTexture()
156 static_cast<unsigned>(mBackendTexture.backend())); in logFatalTexture()