Lines Matching refs:backendTexture
900 bool GrGpu::clearBackendTexture(const GrBackendTexture& backendTexture,
903 if (!backendTexture.isValid()) {
907 if (backendTexture.hasMipmaps() && !this->caps()->mipmapSupport()) {
911 return this->onClearBackendTexture(backendTexture, std::move(finishedCallback), color);
943 bool GrGpu::updateCompressedBackendTexture(const GrBackendTexture& backendTexture,
949 if (!backendTexture.isValid()) {
953 GrBackendFormat format = backendTexture.getBackendFormat();
961 if (backendTexture.hasMipmaps() && !this->caps()->mipmapSupport()) {
965 GrMipmapped mipMapped = backendTexture.hasMipmaps() ? GrMipmapped::kYes : GrMipmapped::kNo;
967 if (!CompressedDataIsCorrect(backendTexture.dimensions(),
975 return this->onUpdateCompressedBackendTexture(backendTexture,