Lines Matching refs:beTex
571 GrBackendTexture beTex = gpu->createBackendTexture(dimensions, backendFormat, renderable, in create_and_clear_backend_texture() local
573 if (!beTex.isValid()) { in create_and_clear_backend_texture()
577 if (!dContext->priv().getGpu()->clearBackendTexture(beTex, in create_and_clear_backend_texture()
580 dContext->deleteBackendTexture(beTex); in create_and_clear_backend_texture()
583 return beTex; in create_and_clear_backend_texture()
712 GrBackendTexture beTex = this->createBackendTexture(srcData[0].width(), in createBackendTexture() local
718 if (!beTex.isValid()) { in createBackendTexture()
724 beTex, in createBackendTexture()
727 this->deleteBackendTexture(beTex); in createBackendTexture()
730 return beTex; in createBackendTexture()
818 GrBackendTexture beTex = gpu->createCompressedBackendTexture(dimensions, backendFormat, in create_and_update_compressed_backend_texture() local
820 if (!beTex.isValid()) { in create_and_update_compressed_backend_texture()
825 beTex, std::move(finishedCallback), data, size)) { in create_and_update_compressed_backend_texture()
826 dContext->deleteBackendTexture(beTex); in create_and_update_compressed_backend_texture()
829 return beTex; in create_and_update_compressed_backend_texture()