Searched refs:exgl (Results 1 – 8 of 8) sorted by relevance
38 static async destroyContextAsync(exgl) { argument39 const exglCtxId = getContextId(exgl);49 static async takeSnapshotAsync(exgl, options = {}) { argument50 const exglCtxId = getContextId(exgl);148 const getContextId = (exgl) => { argument149 const exglCtxId = exgl && typeof exgl === 'object' ? exgl.contextId : exgl;
30 static destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean>;37 …static takeSnapshotAsync(exgl?: ExpoWebGLRenderingContext | number, options?: SnapshotOptions): Pr…
15 static destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean>;
1 …exgl WebGL context to destroy.\n * @return A promise that resolves to boolean value that is `tru…
86 static async destroyContextAsync(exgl) { argument
1 … return ensureContext(canvas);\n }\n\n static async destroyContextAsync(exgl?: WebGLRenderingCon…
63 * @param exgl WebGL context to destroy.66 static async destroyContextAsync(exgl?: ExpoWebGLRenderingContext | number): Promise<boolean> {67 const exglCtxId = getContextId(exgl);74 * @param exgl WebGL context to take a snapshot from.79 exgl?: ExpoWebGLRenderingContext | number,82 const exglCtxId = getContextId(exgl);225 const getContextId = (exgl?: ExpoWebGLRenderingContext | number): number => {226 const exglCtxId = exgl && typeof exgl === 'object' ? exgl.contextId : exgl;
135 static async destroyContextAsync(exgl?: WebGLRenderingContext | number): Promise<boolean> {