Home
last modified time | relevance | path

Searched refs:WebGLUniformLocation (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.h29 WebGLUniformLocation, enumerator
H A DEXWebGLRenderer.cpp101 case EXWebGLClass::WebGLUniformLocation: in getConstructorName()
230 inheritFromJsObject(EXWebGLClass::WebGLUniformLocation); in ensurePrototypes()
H A DEXWebGLMethods.cpp1168 : createWebGLObject(runtime, EXWebGLClass::WebGLUniformLocation, {location}); in NATIVE_METHOD()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLRenderer.h29 WebGLUniformLocation, enumerator
H A DABI47_0_0EXWebGLRenderer.cpp108 case ABI47_0_0EXWebGLClass::WebGLUniformLocation: in getConstructorName()
237 inheritFromJsObject(ABI47_0_0EXWebGLClass::WebGLUniformLocation); in ensurePrototypes()
H A DABI47_0_0EXWebGLMethods.cpp1161 : createWebGLObject(runtime, ABI47_0_0EXWebGLClass::WebGLUniformLocation, {location}); in NATIVE_METHOD()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLRenderer.h29 WebGLUniformLocation, enumerator
H A DABI48_0_0EXWebGLRenderer.cpp108 case ABI48_0_0EXWebGLClass::WebGLUniformLocation: in getConstructorName()
237 inheritFromJsObject(ABI48_0_0EXWebGLClass::WebGLUniformLocation); in ensurePrototypes()
H A DABI48_0_0EXWebGLMethods.cpp1168 : createWebGLObject(runtime, ABI48_0_0EXWebGLClass::WebGLUniformLocation, {location}); in NATIVE_METHOD()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXWebGLRenderer.h29 WebGLUniformLocation, enumerator
H A DABI49_0_0EXWebGLRenderer.cpp101 case ABI49_0_0EXWebGLClass::WebGLUniformLocation: in getConstructorName()
230 inheritFromJsObject(ABI49_0_0EXWebGLClass::WebGLUniformLocation); in ensurePrototypes()
H A DABI49_0_0EXWebGLMethods.cpp1168 : createWebGLObject(runtime, ABI49_0_0EXWebGLClass::WebGLUniformLocation, {location}); in NATIVE_METHOD()
/expo/apps/native-component-list/src/screens/GL/
H A DGLReanimatedExample.tsx14 rotationLocation: WebGLUniformLocation;
H A DGLHeadlessRenderingScreen.tsx41 let contrastLocation: WebGLUniformLocation | null;