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.cpp55 const char *libname = GLES2_LIBNAME; in initGL() local
57 libname = getenv(GLES2_LIBNAME_VAR); in initGL()
60 m_GL2library = osUtils::dynLibrary::open(libname); in initGL()
62 fprintf(stderr, "%s: Couldn't find %s \n", __FUNCTION__, libname); in initGL()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp41 const char *libname = GLES_LIBNAME; in initGL() local
43 libname = getenv(GLES_LIBNAME_VAR); in initGL()
46 m_glesDso = osUtils::dynLibrary::open(libname); in initGL()