Searched refs:onSurfaceCreate (Results 1 – 17 of 17) sorted by relevance
| /expo/packages/expo-gl/src/__tests__/__snapshots__/ |
| H A D | GLView-test.tsx.snap.android | 7 onSurfaceCreate={[Function]}
|
| H A D | GLView-test.tsx.snap.ios | 8 onSurfaceCreate={[Function]}
|
| /expo/packages/expo-gl/android/src/main/java/expo/modules/gl/ |
| H A D | GLView.kt | 31 val onSurfaceCreate by EventDispatcher<OnSurfaceCreateRecord>() constant 83 onSurfaceCreate(OnSurfaceCreateRecord(exglContextId)) in initializeSurfaceInGLContext()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/gl/ |
| H A D | GLView.kt | 30 val onSurfaceCreate by EventDispatcher<OnSurfaceCreateRecord>() constant 82 onSurfaceCreate(OnSurfaceCreateRecord(exglContextId)) in initializeSurfaceInGLContext()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/gl/ |
| H A D | GLView.kt | 31 val onSurfaceCreate by EventDispatcher<OnSurfaceCreateRecord>() constant 83 onSurfaceCreate(OnSurfaceCreateRecord(exglContextId)) in initializeSurfaceInGLContext()
|
| /expo/ios/versioned/sdk47/EXGL/ios/EXGL/ |
| H A D | ABI47_0_0EXGLView.h | 18 @property (nonatomic, copy, nullable) ABI47_0_0EXDirectEventBlock onSurfaceCreate;
|
| H A D | ABI47_0_0EXGLViewManager.mm | 29 return @[@"onSurfaceCreate"];
|
| H A D | ABI47_0_0EXGLView.mm | 90 // unset onSurfaceCreate - it will not be needed anymore 105 - (void)setOnSurfaceCreate:(ABI47_0_0EXDirectEventBlock)onSurfaceCreate 107 _onSurfaceCreate = onSurfaceCreate;
|
| /expo/ios/versioned/sdk48/ExpoGL/ios/ |
| H A D | ABI48_0_0EXGLView.h | 18 @property (nonatomic, copy, nullable) ABI48_0_0EXDirectEventBlock onSurfaceCreate;
|
| H A D | ABI48_0_0EXGLView.mm | 90 // unset onSurfaceCreate - it will not be needed anymore 105 - (void)setOnSurfaceCreate:(ABI48_0_0EXDirectEventBlock)onSurfaceCreate 107 _onSurfaceCreate = onSurfaceCreate;
|
| /expo/packages/expo-gl/ios/ |
| H A D | EXGLView.h | 18 @property (nonatomic, copy, nullable) EXDirectEventBlock onSurfaceCreate;
|
| H A D | EXGLView.mm | 90 // unset onSurfaceCreate - it will not be needed anymore 105 - (void)setOnSurfaceCreate:(EXDirectEventBlock)onSurfaceCreate 107 _onSurfaceCreate = onSurfaceCreate;
|
| /expo/ios/versioned/sdk49/ExpoGL/ios/ |
| H A D | ABI49_0_0EXGLView.h | 18 @property (nonatomic, copy, nullable) ABI49_0_0EXDirectEventBlock onSurfaceCreate;
|
| H A D | ABI49_0_0EXGLView.mm | 90 // unset onSurfaceCreate - it will not be needed anymore 105 - (void)setOnSurfaceCreate:(ABI49_0_0EXDirectEventBlock)onSurfaceCreate 107 _onSurfaceCreate = onSurfaceCreate;
|
| /expo/packages/expo-gl/build/ |
| H A D | GLView.js | 67 …}, onSurfaceCreate: this._onSurfaceCreate, enableExperimentalWorkletSupport: enableExperimentalWor… property
|
| H A D | GLView.js.map | 1 …',\n }\n : {}),\n }}\n onSurfaceCreate={this._onSurf…
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.tsx | 112 onSurfaceCreate={this._onSurfaceCreate}
|