MCPcopy Index your code
hub / github.com/tensorflow/tfjs / createGLContext

Function createGLContext

tfjs-react-native/src/camera/camera_test.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26import { detectGLCapabilities, fromTexture, toTexture } from "./camera";
27
28async function createGLContext(): Promise<ExpoWebGLRenderingContext> {
29 return GLView.createContextAsync();
30}
31
32const expectArraysEqual = test_util.expectArraysEqual;
33

Callers 1

camera_test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…