Home
last modified time | relevance | path

Searched refs:createWorkletContextManager (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-gl/build/
H A DGLWorkletContextManager.d.ts2 export declare function createWorkletContextManager(): { function
H A DGLWorkletContextManager.js9 export function createWorkletContextManager() { function
H A DGLView.js5 import { createWorkletContextManager } from './GLWorkletContextManager';
9 const workletContextManager = createWorkletContextManager();
H A DGLWorkletContextManager.js.map1 …/ but dependencyMap contains only 15 elements\nexport function createWorkletContextManager(): {\n …
H A DGLView.js.map1createWorkletContextManager } from './GLWorkletContextManager';\n\n// @docsMissing\nexport type We…
/expo/packages/expo-gl/src/
H A DGLWorkletContextManager.ts11 export function createWorkletContextManager(): { function
H A DGLView.tsx20 import { createWorkletContextManager } from './GLWorkletContextManager';
33 const workletContextManager = createWorkletContextManager();