Home
last modified time | relevance | path

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

/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.cpp178 auto inheritFromJsObject = [&runtime](EXWebGLClass classEnum) { in ensurePrototypes() argument
181 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
217 auto inheritFromWebGLObject = [&runtime, &webglObjectClass](EXWebGLClass classEnum) { in ensurePrototypes() argument
221 jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLRenderer.cpp185 auto inheritFromJsObject = [&runtime](ABI47_0_0EXWebGLClass classEnum) { in ensurePrototypes() argument
188 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
224 auto inheritFromWebGLObject = [&runtime, &webglObjectClass](ABI47_0_0EXWebGLClass classEnum) { in ensurePrototypes() argument
228 jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLRenderer.cpp185 auto inheritFromJsObject = [&runtime](ABI48_0_0EXWebGLClass classEnum) { in ensurePrototypes() argument
188 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
224 auto inheritFromWebGLObject = [&runtime, &webglObjectClass](ABI48_0_0EXWebGLClass classEnum) { in ensurePrototypes() argument
228 jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXWebGLRenderer.cpp178 auto inheritFromJsObject = [&runtime](ABI49_0_0EXWebGLClass classEnum) { in ensurePrototypes() argument
181 runtime, objectClass, jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()
217 auto inheritFromWebGLObject = [&runtime, &webglObjectClass](ABI49_0_0EXWebGLClass classEnum) { in ensurePrototypes() argument
221 jsi::PropNameID::forUtf8(runtime, getConstructorName(classEnum))); in ensurePrototypes()