Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils.h171 Library *OpenSharedLibraryWithExtension(const char *libraryName, SearchType searchType);
Dsystem_utils.cpp183 Library *OpenSharedLibraryWithExtension(const char *libraryName, SearchType searchType) in OpenSharedLibraryWithExtension() function
/external/angle/samples/sample_util/
DSampleApplication.cpp131 mEntryPointsLib.reset(angle::OpenSharedLibraryWithExtension( in SampleApplication()
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp98 eglLibrary.reset(OpenSharedLibraryWithExtension(GetNativeEGLLibraryNameWithExtension(), in IsSystemEGLConfigSupported()
DANGLETest.cpp1624 gSystemEGLLibrary.reset(OpenSharedLibraryWithExtension( in GetSystemEGLLibrary()
/external/angle/src/tests/perf_tests/
DANGLEPerfTest.cpp825 mEntryPointsLib.reset(OpenSharedLibraryWithExtension( in ANGLERenderTest()