Searched refs:mExtensions (Results 1 – 9 of 9) sorted by relevance
49 private WindowExtensions mExtensions; field in WindowExtensionsTest54 mExtensions = WindowExtensionsProvider.getWindowExtensions(); in setUp()55 mVersion = mExtensions.getVendorApiLevel(); in setUp()73 assertThat(mExtensions.getWindowLayoutComponent()).isNotNull(); in testGetWindowLayoutComponent_extensionsEnabled_returnsImplementation()79 assertThat(mExtensions.getWindowLayoutComponent()).isNull(); in testGetWindowLayoutComponent_extensionsDisabled_returnsNull()84 assertThat(mExtensions.getActivityEmbeddingComponent()).isNull(); in testGetActivityEmbeddingComponent_featureDisabled_returnsNull()90 assertThat(mExtensions.getActivityEmbeddingComponent()).isNotNull(); in testGetActivityEmbeddingComponent_featureEnabled_returnsImplementation()96 assertThat(mExtensions.getWindowAreaComponent()).isNotNull(); in testGetWindowAreaComponent_extensionsEnabled_returnsImplementation()102 assertThat(mExtensions.getWindowAreaComponent()).isNull(); in testGetWindowAreaComponent_extensionsDisabled_returnsNull()
43 mExtensions.emplace(curr, len); in ExtensionSet()49 bool hasExtension(const char* extension) const { return mExtensions.count(extension) > 0; } in hasExtension()52 std::unordered_set<std::string> mExtensions; member in android::renderengine::gl::__anone75f5d0b0111::ExtensionSet62 mExtensions = (char const*)extensions; in initWithGLStrings()64 ExtensionSet extensionSet(mExtensions.c_str()); in initWithGLStrings()83 return mExtensions.c_str(); in getExtensions()
74 String8 mExtensions; variable
43 mExtensions.emplace(curr, len); in ExtensionSet()49 bool hasExtension(const char* extension) const { return mExtensions.count(extension) > 0; } in hasExtension()52 std::unordered_set<std::string> mExtensions; member in android::renderengine::skia::__anon2ed93eae0111::ExtensionSet62 mExtensions = (char const*)extensions; in initWithGLStrings()64 ExtensionSet extensionSet(mExtensions.c_str()); in initWithGLStrings()83 return mExtensions.c_str(); in getExtensions()
76 String8 mExtensions; variable
27 mExtensions.push(String8(".png")); in CrunchCache()90 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles()93 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); in loadFiles()
91 Vector<String8> mExtensions; variable
209 GrVkExtensions mExtensions; variable
409 this->setupDevice(mExtensions, mPhysicalDeviceFeatures2); in initialize()517 backendContext.fVkExtensions = &mExtensions; in createContext()