Searched refs:supportedExtensions (Results 1 – 12 of 12) sorted by relevance
167 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()
126 std::set<const std::string> supportedExtensions; variable
1911 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()
1918 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()
172 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()
131 std::set<const std::string> supportedExtensions; variable