Lines Matching refs:backendTexture
1400 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture,
1404 SkAssertResult(backendTexture.getD3DTextureResourceInfo(&info));
1407 sk_sp<GrD3DResourceState> state = backendTexture.getGrD3DResourceState();
1410 GrD3DTexture::MakeWrappedTexture(this, backendTexture.dimensions(),
1428 if (backendTexture.fMipmapped == GrMipmapped::kYes) {
1429 mipLevelCount = SkMipmap::ComputeLevelCount(backendTexture.dimensions()) + 1;
1458 backendTexture.dimensions(),
1501 bool GrD3DGpu::onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture,
1506 SkAssertResult(backendTexture.getD3DTextureResourceInfo(&info));
1508 sk_sp<GrD3DResourceState> state = backendTexture.getGrD3DResourceState();
1511 backendTexture.dimensions(),
1531 if (backendTexture.hasMipmaps()) {
1532 mipLevelCount = SkMipmap::ComputeLevelCount(backendTexture.dimensions().width(),
1533 backendTexture.dimensions().height()) + 1;