Home
last modified time | relevance | path

Searched refs:OpenSharedLibraryWithExtension (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/samples/sample_util/
H A DSampleApplication.cpp105 mEntryPointsLib.reset(angle::OpenSharedLibraryWithExtension( in SampleApplication()
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils.cpp183 Library *OpenSharedLibraryWithExtension(const char *libraryName, SearchType searchType) in OpenSharedLibraryWithExtension() function
H A Dsystem_utils.h173 Library *OpenSharedLibraryWithExtension(const char *libraryName, SearchType searchType);
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dangle_test_instantiate.cpp96 eglLibrary.reset(OpenSharedLibraryWithExtension(GetNativeEGLLibraryNameWithExtension(), in IsSystemEGLConfigSupported()
H A DANGLETest.cpp1720 gSystemEGLLibrary.reset(OpenSharedLibraryWithExtension( in GetSystemEGLLibrary()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.cpp833 mEntryPointsLib.reset(OpenSharedLibraryWithExtension( in ANGLERenderTest()