Searched refs:_onSurfaceCreate (Results 1 – 8 of 8) sorted by relevance
43 _onSurfaceCreate: ({ nativeEvent: { exglCtxId } }: SurfaceCreateEvent) => void;
67 …}, onSurfaceCreate: this._onSurfaceCreate, enableExperimentalWorkletSupport: enableExperimentalWor…75 _onSurfaceCreate = ({ nativeEvent: { exglCtxId } }) => { field in GLView
1 …_onSurfaceCreate}\n enableExperimentalWorkletSupport={enableExperimentalWorkletSupport}\n…
86 if (_onSurfaceCreate && _glContext.isInitialized && _isLayouted) {88 _onSurfaceCreate(@{ @"exglCtxId": @(exglCtxId) });91 _onSurfaceCreate = nil;107 _onSurfaceCreate = onSurfaceCreate;
112 onSurfaceCreate={this._onSurfaceCreate}127 _onSurfaceCreate = ({ nativeEvent: { exglCtxId } }: SurfaceCreateEvent): void => {