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

1 2

  /sdk/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;
41 s_gles2_lib = osUtils::dynLibrary::open(libName);
render_api.cpp 34 static osUtils::childProcess *s_renderProc = NULL;
126 s_renderProc = osUtils::childProcess::create(cmdLine, NULL);
169 if (!osUtils::isProcessRunning(s_renderProc->getPID())) {
179 osUtils::KillProcess(s_renderProc->getPID(), true);
EGLDispatch.cpp 31 osUtils::dynLibrary *lib = osUtils::dynLibrary::open(libName);
RenderThread.cpp 28 osUtils::Thread(),
  /device/generic/goldfish/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
  /sdk/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
  /sdk/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");
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 38 osUtils::dynLibrary * m_GL2library;
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 68 osUtils::dynLibrary* m_glesDso;

Completed in 496 milliseconds

1 2