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

  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 31 m_glesDso = NULL;
36 if (m_glesDso != NULL) {
37 delete m_glesDso;
50 m_glesDso = osUtils::dynLibrary::open(libname);
51 if (m_glesDso == NULL) {
230 if (ctx == NULL || ctx->m_glesDso == NULL) {
239 func = (void *)(ctx->m_glesDso->findSymbol(name));
GLDecoder.h 68 osUtils::dynLibrary* m_glesDso;

Completed in 73 milliseconds