Home
last modified time | relevance | path

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

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLRenderer.cpp37 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl);
59 ctx->supportsWebGL2 ? installWebGL2Methods(runtime, gl) : installWebGLMethods(runtime, gl); in createWebGLRenderer()
200 installWebGLMethods(runtime, prototype); in ensurePrototypes()
253 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl) { in installWebGLMethods() function
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLRenderer.cpp37 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl);
59 ctx->supportsWebGL2 ? installWebGL2Methods(runtime, gl) : installWebGLMethods(runtime, gl); in createWebGLRenderer()
200 installWebGLMethods(runtime, prototype); in ensurePrototypes()
253 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl) { in installWebGLMethods() function
/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.cpp37 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl);
193 installWebGLMethods(runtime, prototype); in ensurePrototypes()
246 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl) { in installWebGLMethods() function
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXWebGLRenderer.cpp37 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl);
193 installWebGLMethods(runtime, prototype); in ensurePrototypes()
246 void installWebGLMethods(jsi::Runtime &runtime, jsi::Object &gl) { in installWebGLMethods() function