Searched refs:createWrappedTexture (Results 1 – 7 of 7) sorted by relevance
42 sk_sp<Texture> texture = resourceProvider->createWrappedTexture(backendTexture, in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()177 assignableTexture = resourceProvider->createWrappedTexture(largerBackendTexture, in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
73 sk_sp<Texture> createWrappedTexture(const BackendTexture&, std::string_view label);
348 sk_sp<Texture> texture = this->priv().resourceProvider()->createWrappedTexture(backendTex, ""); in updateBackendTexture()407 sk_sp<Texture> texture = this->priv().resourceProvider()->createWrappedTexture(backendTex, ""); in updateCompressedBackendTexture()
96 recorder->priv().resourceProvider()->createWrappedTexture(backendTex, std::move(label)); in WrapTexture()502 sk_sp<Texture> texture = recorder->priv().resourceProvider()->createWrappedTexture( in TextureFromYUVATextures()
263 recorder->priv().resourceProvider()->createWrappedTexture(backendTex, std::move(label)); in WrapBackendTexture()
210 sk_sp<Texture> ResourceProvider::createWrappedTexture(const BackendTexture& backendTexture, in createWrappedTexture() function in skgpu::graphite::ResourceProvider
150 sk_sp<Texture> texture = resourceProvider->createWrappedTexture(backendTexture, in operator ()()