| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDispatchQueue.h | 16 class RNSkDispatchQueue { 20 explicit RNSkDispatchQueue(std::string name, size_t thread_cnt = 1); 22 ~RNSkDispatchQueue(); 31 RNSkDispatchQueue(const RNSkDispatchQueue &rhs) = delete; 33 RNSkDispatchQueue &operator=(const RNSkDispatchQueue &rhs) = delete; 35 RNSkDispatchQueue(RNSkDispatchQueue &&rhs) = delete; 37 RNSkDispatchQueue &operator=(RNSkDispatchQueue &&rhs) = delete;
|
| H A D | RNSkDispatchQueue.cpp | 9 RNSkDispatchQueue::~RNSkDispatchQueue() { in ~RNSkDispatchQueue() 24 RNSkDispatchQueue::RNSkDispatchQueue(std::string name, size_t thread_cnt) in RNSkDispatchQueue() function in RNSkia::RNSkDispatchQueue 28 std::thread(&RNSkDispatchQueue::dispatch_thread_handler, this); 32 void RNSkDispatchQueue::dispatch(const fp_t &op) { in dispatch() 42 void RNSkDispatchQueue::dispatch(fp_t &&op) { in dispatch() 52 void RNSkDispatchQueue::dispatch_thread_handler(void) { in dispatch_thread_handler()
|
| H A D | RNSkPlatformContext.h | 44 std::make_unique<RNSkDispatchQueue>("skia-render-thread")) { in RNSkPlatformContext() 237 std::unique_ptr<RNSkDispatchQueue> _dispatchQueue;
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDispatchQueue.h | 16 class RNSkDispatchQueue { 20 explicit RNSkDispatchQueue(std::string name, size_t thread_cnt = 1); 22 ~RNSkDispatchQueue(); 31 RNSkDispatchQueue(const RNSkDispatchQueue &rhs) = delete; 33 RNSkDispatchQueue &operator=(const RNSkDispatchQueue &rhs) = delete; 35 RNSkDispatchQueue(RNSkDispatchQueue &&rhs) = delete; 37 RNSkDispatchQueue &operator=(RNSkDispatchQueue &&rhs) = delete;
|
| H A D | RNSkDispatchQueue.cpp | 9 RNSkDispatchQueue::~RNSkDispatchQueue() { in ~RNSkDispatchQueue() 24 RNSkDispatchQueue::RNSkDispatchQueue(std::string name, size_t thread_cnt) in RNSkDispatchQueue() function in RNSkia::RNSkDispatchQueue 28 std::thread(&RNSkDispatchQueue::dispatch_thread_handler, this); 32 void RNSkDispatchQueue::dispatch(const fp_t &op) { in dispatch() 42 void RNSkDispatchQueue::dispatch(fp_t &&op) { in dispatch() 52 void RNSkDispatchQueue::dispatch_thread_handler(void) { in dispatch_thread_handler()
|
| H A D | RNSkPlatformContext.h | 44 std::make_unique<RNSkDispatchQueue>("skia-render-thread")) { in RNSkPlatformContext() 237 std::unique_ptr<RNSkDispatchQueue> _dispatchQueue;
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDispatchQueue.h | 16 class RNSkDispatchQueue { 20 explicit RNSkDispatchQueue(std::string name, size_t thread_cnt = 1); 22 ~RNSkDispatchQueue(); 31 RNSkDispatchQueue(const RNSkDispatchQueue &rhs) = delete; 33 RNSkDispatchQueue &operator=(const RNSkDispatchQueue &rhs) = delete; 35 RNSkDispatchQueue(RNSkDispatchQueue &&rhs) = delete; 37 RNSkDispatchQueue &operator=(RNSkDispatchQueue &&rhs) = delete;
|
| H A D | RNSkDispatchQueue.cpp | 9 RNSkDispatchQueue::~RNSkDispatchQueue() { in ~RNSkDispatchQueue() 24 RNSkDispatchQueue::RNSkDispatchQueue(std::string name, size_t thread_cnt) in RNSkDispatchQueue() function in RNSkia::RNSkDispatchQueue 28 std::thread(&RNSkDispatchQueue::dispatch_thread_handler, this); 32 void RNSkDispatchQueue::dispatch(const fp_t &op) { in dispatch() 42 void RNSkDispatchQueue::dispatch(fp_t &&op) { in dispatch() 52 void RNSkDispatchQueue::dispatch_thread_handler(void) { in dispatch_thread_handler()
|
| H A D | RNSkPlatformContext.h | 44 std::make_unique<RNSkDispatchQueue>("skia-render-thread")) { in RNSkPlatformContext() 237 std::unique_ptr<RNSkDispatchQueue> _dispatchQueue;
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDispatchQueue.h | 16 class RNSkDispatchQueue { 20 explicit RNSkDispatchQueue(std::string name, size_t thread_cnt = 1); 22 ~RNSkDispatchQueue(); 31 RNSkDispatchQueue(const RNSkDispatchQueue &rhs) = delete; 33 RNSkDispatchQueue &operator=(const RNSkDispatchQueue &rhs) = delete; 35 RNSkDispatchQueue(RNSkDispatchQueue &&rhs) = delete; 37 RNSkDispatchQueue &operator=(RNSkDispatchQueue &&rhs) = delete;
|
| H A D | RNSkDispatchQueue.cpp | 9 RNSkDispatchQueue::~RNSkDispatchQueue() { in ~RNSkDispatchQueue() 24 RNSkDispatchQueue::RNSkDispatchQueue(std::string name, size_t thread_cnt) in RNSkDispatchQueue() function in RNSkia::RNSkDispatchQueue 28 std::thread(&RNSkDispatchQueue::dispatch_thread_handler, this); 32 void RNSkDispatchQueue::dispatch(const fp_t &op) { in dispatch() 42 void RNSkDispatchQueue::dispatch(fp_t &&op) { in dispatch() 52 void RNSkDispatchQueue::dispatch_thread_handler(void) { in dispatch_thread_handler()
|
| H A D | RNSkPlatformContext.h | 41 std::make_unique<RNSkDispatchQueue>("skia-render-thread")) { in RNSkPlatformContext() 199 std::unique_ptr<RNSkDispatchQueue> _dispatchQueue;
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/ |
| H A D | RNSkDispatchQueue.h | 14 class RNSkDispatchQueue { 18 RNSkDispatchQueue(std::string name, size_t thread_cnt = 1); 20 ~RNSkDispatchQueue(); 29 RNSkDispatchQueue(const RNSkDispatchQueue &rhs) = delete; 31 RNSkDispatchQueue &operator=(const RNSkDispatchQueue &rhs) = delete; 33 RNSkDispatchQueue(RNSkDispatchQueue &&rhs) = delete; 35 RNSkDispatchQueue &operator=(RNSkDispatchQueue &&rhs) = delete;
|
| H A D | RNSkDispatchQueue.cpp | 10 RNSkDispatchQueue::~RNSkDispatchQueue() in ~RNSkDispatchQueue() 28 RNSkDispatchQueue::RNSkDispatchQueue(std::string name, size_t thread_cnt) in RNSkDispatchQueue() function in RNSkia::RNSkDispatchQueue 33 threads_[i] = std::thread(&RNSkDispatchQueue::dispatch_thread_handler, this); 37 void RNSkDispatchQueue::dispatch(const fp_t &op) in dispatch() 48 void RNSkDispatchQueue::dispatch(fp_t &&op) in dispatch() 59 void RNSkDispatchQueue::dispatch_thread_handler(void) in dispatch_thread_handler()
|
| H A D | RNSkPlatformContext.h | 39 _dispatchQueue(std::make_unique<RNSkDispatchQueue>("skia-render-thread")) { in RNSkPlatformContext() 190 std::unique_ptr<RNSkDispatchQueue> _dispatchQueue;
|
| /expo/tools/src/vendoring/config/ |
| H A D | react-native-skia.patch | 21 - "${PROJECT_SOURCE_DIR}/cpp/rnskia/RNSkDispatchQueue.cpp" 25 + "${PROJECT_SOURCE_DIR}/../cpp/rnskia/RNSkDispatchQueue.cpp"
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/android/ |
| H A D | CMakeLists.txt | 59 "${PROJECT_SOURCE_DIR}/../cpp/rnskia/RNSkDispatchQueue.cpp"
|