Home
last modified time | relevance | path

Searched refs:libname (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.cpp58 const char *libname = GLES2_LIBNAME; in initGL() local
60 libname = getenv(GLES2_LIBNAME_VAR); in initGL()
63 m_GL2library = osUtils::dynLibrary::open(libname); in initGL()
65 fprintf(stderr, "%s: Couldn't find %s \n", __FUNCTION__, libname); in initGL()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp45 const char *libname = GLES_LIBNAME; in initGL() local
47 libname = getenv(GLES_LIBNAME_VAR); in initGL()
50 m_glesDso = osUtils::dynLibrary::open(libname); in initGL()