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