Home
last modified time | relevance | path

Searched refs:onSurfaceCreate (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-gl/src/__tests__/__snapshots__/
H A DGLView-test.tsx.snap.android7 onSurfaceCreate={[Function]}
H A DGLView-test.tsx.snap.ios8 onSurfaceCreate={[Function]}
/expo/packages/expo-gl/android/src/main/java/expo/modules/gl/
H A DGLView.kt31 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 DGLView.kt30 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 DGLView.kt31 val onSurfaceCreate by EventDispatcher<OnSurfaceCreateRecord>() constant
83 onSurfaceCreate(OnSurfaceCreateRecord(exglContextId)) in initializeSurfaceInGLContext()
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLView.h18 @property (nonatomic, copy, nullable) ABI47_0_0EXDirectEventBlock onSurfaceCreate;
H A DABI47_0_0EXGLViewManager.mm29 return @[@"onSurfaceCreate"];
H A DABI47_0_0EXGLView.mm90 // 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 DABI48_0_0EXGLView.h18 @property (nonatomic, copy, nullable) ABI48_0_0EXDirectEventBlock onSurfaceCreate;
H A DABI48_0_0EXGLView.mm90 // 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 DEXGLView.h18 @property (nonatomic, copy, nullable) EXDirectEventBlock onSurfaceCreate;
H A DEXGLView.mm90 // unset onSurfaceCreate - it will not be needed anymore
105 - (void)setOnSurfaceCreate:(EXDirectEventBlock)onSurfaceCreate
107 _onSurfaceCreate = onSurfaceCreate;
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLView.h18 @property (nonatomic, copy, nullable) ABI49_0_0EXDirectEventBlock onSurfaceCreate;
H A DABI49_0_0EXGLView.mm90 // 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 DGLView.js67 …}, onSurfaceCreate: this._onSurfaceCreate, enableExperimentalWorkletSupport: enableExperimentalWor… property
H A DGLView.js.map1 …',\n }\n : {}),\n }}\n onSurfaceCreate={this._onSurf…
/expo/packages/expo-gl/src/
H A DGLView.tsx112 onSurfaceCreate={this._onSurfaceCreate}