Lines Matching refs:backendTexture
1187 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() argument
1191 SkAssertResult(backendTexture.getD3DTextureResourceInfo(&info)); in onClearBackendTexture()
1194 sk_sp<GrD3DResourceState> state = backendTexture.getGrD3DResourceState(); in onClearBackendTexture()
1197 GrD3DTexture::MakeWrappedTexture(this, backendTexture.dimensions(), in onClearBackendTexture()
1215 if (backendTexture.fMipmapped == GrMipmapped::kYes) { in onClearBackendTexture()
1216 mipLevelCount = SkMipmap::ComputeLevelCount(backendTexture.dimensions()) + 1; in onClearBackendTexture()
1245 backendTexture.dimensions(), in onClearBackendTexture()
1288 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture() argument
1293 SkAssertResult(backendTexture.getD3DTextureResourceInfo(&info)); in onUpdateCompressedBackendTexture()
1295 sk_sp<GrD3DResourceState> state = backendTexture.getGrD3DResourceState(); in onUpdateCompressedBackendTexture()
1298 backendTexture.dimensions(), in onUpdateCompressedBackendTexture()
1318 if (backendTexture.hasMipmaps()) { in onUpdateCompressedBackendTexture()
1319 mipLevelCount = SkMipmap::ComputeLevelCount(backendTexture.dimensions().width(), in onUpdateCompressedBackendTexture()
1320 backendTexture.dimensions().height()) + 1; in onUpdateCompressedBackendTexture()