Searched refs:installWebGL2Methods (Results 1 – 4 of 4) sorted by relevance
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 38 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 D | ABI48_0_0EXWebGLRenderer.cpp | 38 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 D | EXWebGLRenderer.cpp | 38 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 D | ABI49_0_0EXWebGLRenderer.cpp | 38 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
|