Home
last modified time | relevance | path

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

/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.cpp11 constexpr const char *EXGLContextsMapPropertyName = "__EXGLContexts"; variable
55 jsi::Value jsContextMap = global.getProperty(runtime, EXGLContextsMapPropertyName); in createWebGLRenderer()
57 global.setProperty(runtime, EXGLContextsMapPropertyName, jsi::Object(runtime)); in createWebGLRenderer()
59 global.getProperty(runtime, EXGLContextsMapPropertyName) in createWebGLRenderer()