Home
last modified time | relevance | path

Searched refs:_onSurfaceCreate (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLView.d.ts43 _onSurfaceCreate: ({ nativeEvent: { exglCtxId } }: SurfaceCreateEvent) => void;
H A DGLView.js67 …}, onSurfaceCreate: this._onSurfaceCreate, enableExperimentalWorkletSupport: enableExperimentalWor…
75 _onSurfaceCreate = ({ nativeEvent: { exglCtxId } }) => { field in GLView
H A DGLView.js.map1_onSurfaceCreate}\n enableExperimentalWorkletSupport={enableExperimentalWorkletSupport}\n…
/expo/packages/expo-gl/ios/
H A DEXGLView.mm86 if (_onSurfaceCreate && _glContext.isInitialized && _isLayouted) {
88 _onSurfaceCreate(@{ @"exglCtxId": @(exglCtxId) });
91 _onSurfaceCreate = nil;
107 _onSurfaceCreate = onSurfaceCreate;
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLView.mm86 if (_onSurfaceCreate && _glContext.isInitialized && _isLayouted) {
88 _onSurfaceCreate(@{ @"exglCtxId": @(exglCtxId) });
91 _onSurfaceCreate = nil;
107 _onSurfaceCreate = onSurfaceCreate;
/expo/ios/versioned/sdk48/ExpoGL/ios/
H A DABI48_0_0EXGLView.mm86 if (_onSurfaceCreate && _glContext.isInitialized && _isLayouted) {
88 _onSurfaceCreate(@{ @"exglCtxId": @(exglCtxId) });
91 _onSurfaceCreate = nil;
107 _onSurfaceCreate = onSurfaceCreate;
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLView.mm86 if (_onSurfaceCreate && _glContext.isInitialized && _isLayouted) {
88 _onSurfaceCreate(@{ @"exglCtxId": @(exglCtxId) });
91 _onSurfaceCreate = nil;
107 _onSurfaceCreate = onSurfaceCreate;
/expo/packages/expo-gl/src/
H A DGLView.tsx112 onSurfaceCreate={this._onSurfaceCreate}
127 _onSurfaceCreate = ({ nativeEvent: { exglCtxId } }: SurfaceCreateEvent): void => {