Home
last modified time | relevance | path

Searched refs:supportedExtensions (Results 1 – 12 of 12) sorted by relevance

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLNativeContext.cpp167 if (supportedExtensions.size() == 0) { in maybeReadAndCacheSupportedExtensions()
180 supportedExtensions.insert(extensionName); in maybeReadAndCacheSupportedExtensions()
185 supportedExtensions.insert("OES_texture_float_linear"); in maybeReadAndCacheSupportedExtensions()
186 supportedExtensions.insert("OES_texture_half_float_linear"); in maybeReadAndCacheSupportedExtensions()
190 supportedExtensions.insert("WEBGL_compressed_texture_astc"); in maybeReadAndCacheSupportedExtensions()
191 supportedExtensions.insert("WEBGL_compressed_texture_etc"); in maybeReadAndCacheSupportedExtensions()
196 supportedExtensions.insert("WEBGL_compressed_texture_pvrtc"); in maybeReadAndCacheSupportedExtensions()
H A DABI47_0_0EXGLNativeContext.h126 std::set<const std::string> supportedExtensions; variable
H A DABI47_0_0EXWebGLMethods.cpp1911 jsi::Array extensions(runtime, ctx->supportedExtensions.size()); in NATIVE_METHOD()
1913 for (auto const &extensionName : ctx->supportedExtensions) { in NATIVE_METHOD()
1929 if (ctx->supportedExtensions.find(name) == ctx->supportedExtensions.end()) { in NATIVE_METHOD()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLNativeContext.cpp167 if (supportedExtensions.size() == 0) { in maybeReadAndCacheSupportedExtensions()
180 supportedExtensions.insert(extensionName); in maybeReadAndCacheSupportedExtensions()
185 supportedExtensions.insert("OES_texture_float_linear"); in maybeReadAndCacheSupportedExtensions()
186 supportedExtensions.insert("OES_texture_half_float_linear"); in maybeReadAndCacheSupportedExtensions()
190 supportedExtensions.insert("WEBGL_compressed_texture_astc"); in maybeReadAndCacheSupportedExtensions()
191 supportedExtensions.insert("WEBGL_compressed_texture_etc"); in maybeReadAndCacheSupportedExtensions()
196 supportedExtensions.insert("WEBGL_compressed_texture_pvrtc"); in maybeReadAndCacheSupportedExtensions()
H A DABI48_0_0EXGLNativeContext.h126 std::set<const std::string> supportedExtensions; variable
H A DABI48_0_0EXWebGLMethods.cpp1918 jsi::Array extensions(runtime, ctx->supportedExtensions.size()); in NATIVE_METHOD()
1920 for (auto const &extensionName : ctx->supportedExtensions) { in NATIVE_METHOD()
1936 if (ctx->supportedExtensions.find(name) == ctx->supportedExtensions.end()) { in NATIVE_METHOD()
/expo/packages/expo-gl/common/
H A DEXGLNativeContext.cpp172 if (supportedExtensions.size() == 0) { in maybeReadAndCacheSupportedExtensions()
185 supportedExtensions.insert(extensionName); in maybeReadAndCacheSupportedExtensions()
190 supportedExtensions.insert("OES_texture_float_linear"); in maybeReadAndCacheSupportedExtensions()
191 supportedExtensions.insert("OES_texture_half_float_linear"); in maybeReadAndCacheSupportedExtensions()
195 supportedExtensions.insert("WEBGL_compressed_texture_astc"); in maybeReadAndCacheSupportedExtensions()
196 supportedExtensions.insert("WEBGL_compressed_texture_etc"); in maybeReadAndCacheSupportedExtensions()
201 supportedExtensions.insert("WEBGL_compressed_texture_pvrtc"); in maybeReadAndCacheSupportedExtensions()
H A DEXGLNativeContext.h131 std::set<const std::string> supportedExtensions; variable
H A DEXWebGLMethods.cpp1918 jsi::Array extensions(runtime, ctx->supportedExtensions.size()); in NATIVE_METHOD()
1920 for (auto const &extensionName : ctx->supportedExtensions) { in NATIVE_METHOD()
1936 if (ctx->supportedExtensions.find(name) == ctx->supportedExtensions.end()) { in NATIVE_METHOD()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLNativeContext.cpp172 if (supportedExtensions.size() == 0) { in maybeReadAndCacheSupportedExtensions()
185 supportedExtensions.insert(extensionName); in maybeReadAndCacheSupportedExtensions()
190 supportedExtensions.insert("OES_texture_float_linear"); in maybeReadAndCacheSupportedExtensions()
191 supportedExtensions.insert("OES_texture_half_float_linear"); in maybeReadAndCacheSupportedExtensions()
195 supportedExtensions.insert("WEBGL_compressed_texture_astc"); in maybeReadAndCacheSupportedExtensions()
196 supportedExtensions.insert("WEBGL_compressed_texture_etc"); in maybeReadAndCacheSupportedExtensions()
201 supportedExtensions.insert("WEBGL_compressed_texture_pvrtc"); in maybeReadAndCacheSupportedExtensions()
H A DABI49_0_0EXGLNativeContext.h131 std::set<const std::string> supportedExtensions; variable
H A DABI49_0_0EXWebGLMethods.cpp1918 jsi::Array extensions(runtime, ctx->supportedExtensions.size()); in NATIVE_METHOD()
1920 for (auto const &extensionName : ctx->supportedExtensions) { in NATIVE_METHOD()
1936 if (ctx->supportedExtensions.find(name) == ctx->supportedExtensions.end()) { in NATIVE_METHOD()