Searched refs:getWorkletContext (Results 1 – 10 of 10) sorted by relevance
38 static getWorkletContext: (contextId: number) => ExpoWebGLRenderingContext | undefined;
53 static getWorkletContext = workletContextManager.getContext; field in GLView
1 …jectManager.takeSnapshotAsync(exglCtxId, options);\n }\n\n static getWorkletContext: (contextId:…
110 const workletGl = GLView.getWorkletContext(glCtxId)!;
86 static getWorkletContext: (contextId: number) => ExpoWebGLRenderingContext | undefined =
114 const gl = GLView.getWorkletContext(contextId);