Home
last modified time | relevance | path

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

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