HomeSort by relevance Sort by last modified time
    Searched refs:osUtils (Results 26 - 30 of 30) sorted by null

12

  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.cpp 60 m_GL2library = osUtils::dynLibrary::open(libname);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 34 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("libGL.so");
37 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("opengl32");
40 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("/System/Library/Frameworks/OpenGL.framework/OpenGL");
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 46 m_glesDso = osUtils::dynLibrary::open(libname);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 23 static osUtils::dynLibrary *s_gles_lib = NULL;
37 s_gles_lib = osUtils::dynLibrary::open(libName);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 178 osUtils::dynLibrary* libGLES = osUtils::dynLibrary::open(libName);
    [all...]

Completed in 93 milliseconds

12