Home
last modified time | relevance | path

Searched refs:osUtils (Results 1 – 22 of 22) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGL2Dispatch.cpp25 static osUtils::dynLibrary *s_gles2_lib = NULL;
41 s_gles2_lib = osUtils::dynLibrary::open(libName); in init_gl2_dispatch()
Drender_api.cpp34 static osUtils::childProcess *s_renderProc = NULL;
126 s_renderProc = osUtils::childProcess::create(cmdLine, NULL); in initOpenGLRenderer()
169 if (!osUtils::isProcessRunning(s_renderProc->getPID())) { in initOpenGLRenderer()
179 osUtils::KillProcess(s_renderProc->getPID(), true); in initOpenGLRenderer()
DRenderServer.h22 class RenderServer : public osUtils::Thread
DRenderThread.h24 class RenderThread : public osUtils::Thread
DEGLDispatch.cpp31 osUtils::dynLibrary *lib = osUtils::dynLibrary::open(libName); in init_egl_dispatch()
DRenderThread.cpp29 osUtils::Thread(), in RenderThread()
DGLDispatch.cpp23 static osUtils::dynLibrary *s_gles_lib = NULL;
37 s_gles_lib = osUtils::dynLibrary::open(libName); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp31 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("libGL.so"); in getGLFuncAddress()
34 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("opengl32"); in getGLFuncAddress()
/sdk/emulator/opengl/shared/OpenglOsUtils/
DosThread.h25 namespace osUtils {
DosProcess.h23 namespace osUtils {
DosDynLibrary.h23 namespace osUtils {
DosDynLibrary.cpp23 namespace osUtils { namespace
DosThreadWin.cpp18 namespace osUtils { namespace
DosThreadUnix.cpp18 namespace osUtils { namespace
DosProcessWin.cpp22 namespace osUtils { namespace
DosProcessUnix.cpp31 namespace osUtils { namespace
/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.h38 osUtils::dynLibrary * m_GL2library;
DGL2Decoder.cpp60 m_GL2library = osUtils::dynLibrary::open(libname); in initGL()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.h68 osUtils::dynLibrary* m_glesDso;
DGLDecoder.cpp46 m_glesDso = osUtils::dynLibrary::open(libname); in initGL()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp34 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("libGL.so"); in getGLFuncAddress()
37 static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("opengl32"); in getGLFuncAddress()
40 …static osUtils::dynLibrary* libGL = osUtils::dynLibrary::open("/System/Library/Frameworks/OpenGL.f… in getGLFuncAddress()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp178 osUtils::dynLibrary* libGLES = osUtils::dynLibrary::open(libName); in loadIfaces()