#include "flutter/shell/platform/common/client_wrapper/include/flutter/texture_registrar.h"#include <map>#include <memory>#include <vector>#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h"#include "flutter/shell/platform/common/client_wrapper/testing/stub_flutter_api.h"#include "gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| flutter | |
Functions | |
| flutter::TEST (TextureRegistrarTest, RegisterUnregisterTexture) | |
| flutter::TEST (TextureRegistrarTest, UnregisterInvalidTexture) | |
| flutter::TEST (TextureRegistrarTest, MarkFrameAvailableInvalidTexture) | |
| int32_t mark_count |
Definition at line 25 of file texture_registrar_unittests.cc.
| FlutterDesktopPixelBufferTextureCallback texture_callback |
Definition at line 26 of file texture_registrar_unittests.cc.
| int64_t texture_id |
Definition at line 24 of file texture_registrar_unittests.cc.
Referenced by FlutterDesktopTextureRegistrarMarkExternalTextureFrameAvailable(), FlutterDesktopTextureRegistrarUnregisterExternalTexture(), flutter::TextureRegistrarImpl::MarkTextureFrameAvailable(), flutter::FlutterWindowsTextureRegistrar::MarkTextureFrameAvailable(), flutter::FlutterWindowsTextureRegistrar::PopulateTexture(), flutter::TextureRegistrarImpl::RegisterTexture(), flutter::testing::TEST(), flutter::TEST(), flutter::TextureRegistrarImpl::UnregisterTexture(), and flutter::FlutterWindowsTextureRegistrar::UnregisterTexture().
| void* user_data |
Definition at line 27 of file texture_registrar_unittests.cc.