Home
last modified time | relevance | path

Searched refs:mExtensions (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/
DWindowExtensionsTest.java49 private WindowExtensions mExtensions; field in WindowExtensionsTest
54 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()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLExtensions.cpp43 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::ExtensionSet
62 mExtensions = (char const*)extensions; in initWithGLStrings()
64 ExtensionSet extensionSet(mExtensions.c_str()); in initWithGLStrings()
83 return mExtensions.c_str(); in getExtensions()
DGLExtensions.h74 String8 mExtensions; variable
/frameworks/native/libs/renderengine/skia/
DGLExtensions.cpp43 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::ExtensionSet
62 mExtensions = (char const*)extensions; in initWithGLStrings()
64 ExtensionSet extensionSet(mExtensions.c_str()); in initWithGLStrings()
83 return mExtensions.c_str(); in getExtensions()
DGLExtensions.h76 String8 mExtensions; variable
/frameworks/base/tools/aapt/
DCrunchCache.cpp27 mExtensions.push(String8(".png")); in CrunchCache()
90 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); in loadFiles()
93 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); in loadFiles()
DCrunchCache.h91 Vector<String8> mExtensions; variable
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.h209 GrVkExtensions mExtensions; variable
DVulkanManager.cpp409 this->setupDevice(mExtensions, mPhysicalDeviceFeatures2); in initialize()
517 backendContext.fVkExtensions = &mExtensions; in createContext()