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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderServer.h 22 class RenderServer : public osUtils::Thread
RenderThread.h 24 class RenderThread : public osUtils::Thread
GL2Dispatch.cpp 25 static osUtils::dynLibrary *s_gles2_lib = NULL;
47 s_gles2_lib = osUtils::dynLibrary::open(libName);
render_api.cpp 34 static osUtils::childProcess *s_renderProc = NULL;
116 s_renderProc = osUtils::childProcess::create(cmdLine, NULL);
159 if (!osUtils::isProcessRunning(s_renderProc->getPID())) {
169 osUtils::KillProcess(s_renderProc->getPID(), true);
EGLDispatch.cpp 37 osUtils::dynLibrary *lib = osUtils::dynLibrary::open(libName);
RenderThread.cpp 28 osUtils::Thread(),
GLDispatch.cpp 23 static osUtils::dynLibrary *s_gles_lib = NULL;
43 s_gles_lib = osUtils::dynLibrary::open(libName);
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.h 23 namespace osUtils {
46 } // of namespace osUtils
osProcess.h 23 namespace osUtils {
60 } // of namespace osUtils
osThread.h 25 namespace osUtils {
58 } // of namespace osUtils
osDynLibrary.cpp 23 namespace osUtils {
79 } // of namespace osUtils
osProcessUnix.cpp 31 namespace osUtils {
210 } // of namespace osUtils
osThreadUnix.cpp 18 namespace osUtils {
93 } // of namespace osUtils
osThreadWin.cpp 18 namespace osUtils {
101 } // of namespace osUtils
osProcessWin.cpp 22 namespace osUtils {
171 } // of namespace osUtils
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 31 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("libGL.so");
34 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("opengl32");
  /development/tools/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 22 osUtils::dynLibrary * m_GL2library;
GL2Decoder.cpp 44 m_GL2library = osUtils::dynLibrary::open(libname);
  /development/tools/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 68 osUtils::dynLibrary* m_glesDso;
GLDecoder.cpp 46 m_glesDso = osUtils::dynLibrary::open(libname);
  /development/tools/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");
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 178 osUtils::dynLibrary* libGLES = osUtils::dynLibrary::open(libName);
    [all...]

Completed in 642 milliseconds