Home
last modified time | relevance | path

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

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLNativeContext.cpp169 GLint numExtensions = 0; in maybeReadAndCacheSupportedExtensions() local
170 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in maybeReadAndCacheSupportedExtensions()
172 for (auto i = 0; i < numExtensions; i++) { in maybeReadAndCacheSupportedExtensions()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLNativeContext.cpp169 GLint numExtensions = 0; in maybeReadAndCacheSupportedExtensions() local
170 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in maybeReadAndCacheSupportedExtensions()
172 for (auto i = 0; i < numExtensions; i++) { in maybeReadAndCacheSupportedExtensions()
/expo/packages/expo-gl/common/
H A DEXGLNativeContext.cpp174 GLint numExtensions = 0; in maybeReadAndCacheSupportedExtensions() local
175 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in maybeReadAndCacheSupportedExtensions()
177 for (auto i = 0; i < numExtensions; i++) { in maybeReadAndCacheSupportedExtensions()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLNativeContext.cpp174 GLint numExtensions = 0; in maybeReadAndCacheSupportedExtensions() local
175 glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions); in maybeReadAndCacheSupportedExtensions()
177 for (auto i = 0; i < numExtensions; i++) { in maybeReadAndCacheSupportedExtensions()