Home
last modified time | relevance | path

Searched defs:UnregisterTexture (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dtexture.cc17 void TextureRegistry::UnregisterTexture(int64_t id) { in UnregisterTexture() function in flutter::TextureRegistry
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dtexture_register.cpp91 void TextureRegistry::UnregisterTexture(int64_t id) in UnregisterTexture() function in flutter::OHOS::TextureRegistry
/third_party/flutter/engine/flutter/shell/common/
Dace_platform_view.cc98 void PlatformView::UnregisterTexture(int64_t texture_id) { in UnregisterTexture() function in flutter::PlatformView
Dplatform_view.cc109 void PlatformView::UnregisterTexture(int64_t texture_id) { in UnregisterTexture() function in flutter::PlatformView
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dace_embedder_engine.cc172 bool EmbedderEngine::UnregisterTexture(int64_t texture) { in UnregisterTexture() function in flutter::EmbedderEngine
Dembedder_engine.cc156 bool EmbedderEngine::UnregisterTexture(int64_t texture) { in UnregisterTexture() function in flutter::EmbedderEngine
/third_party/flutter/engine/flutter/shell/platform/android/
Dplatform_view_android_jni.cc455 static void UnregisterTexture(JNIEnv* env, in UnregisterTexture() function