Lines Matching refs:backendTexture
1389 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() argument
1393 SkAssertResult(backendTexture.getD3DTextureResourceInfo(&info)); in onClearBackendTexture()
1396 sk_sp<GrD3DResourceState> state = backendTexture.getGrD3DResourceState(); in onClearBackendTexture()
1399 GrD3DTexture::MakeWrappedTexture(this, backendTexture.dimensions(), in onClearBackendTexture()
1417 if (backendTexture.fMipmapped == GrMipmapped::kYes) { in onClearBackendTexture()
1418 mipLevelCount = SkMipmap::ComputeLevelCount(backendTexture.dimensions()) + 1; in onClearBackendTexture()
1447 backendTexture.dimensions(), in onClearBackendTexture()
1490 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, in onUpdateCompressedBackendTexture() argument
1495 SkAssertResult(backendTexture.getD3DTextureResourceInfo(&info)); in onUpdateCompressedBackendTexture()
1497 sk_sp<GrD3DResourceState> state = backendTexture.getGrD3DResourceState(); in onUpdateCompressedBackendTexture()
1500 backendTexture.dimensions(), in onUpdateCompressedBackendTexture()
1520 if (backendTexture.hasMipmaps()) { in onUpdateCompressedBackendTexture()
1521 mipLevelCount = SkMipmap::ComputeLevelCount(backendTexture.dimensions().width(), in onUpdateCompressedBackendTexture()
1522 backendTexture.dimensions().height()) + 1; in onUpdateCompressedBackendTexture()