Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
texture_registrar_unittests.cc File Reference
#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

namespace  flutter
 

Functions

 flutter::TEST (TextureRegistrarTest, RegisterUnregisterTexture)
 
 flutter::TEST (TextureRegistrarTest, UnregisterInvalidTexture)
 
 flutter::TEST (TextureRegistrarTest, MarkFrameAvailableInvalidTexture)
 

Variable Documentation

◆ mark_count

int32_t mark_count

Definition at line 25 of file texture_registrar_unittests.cc.

◆ texture_callback

Definition at line 26 of file texture_registrar_unittests.cc.

◆ texture_id

int64_t texture_id

Definition at line 24 of file texture_registrar_unittests.cc.

◆ user_data

void* user_data

Definition at line 27 of file texture_registrar_unittests.cc.