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

  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 24 #define GLES_LIBNAME_VAR "ANDROID_GLESv1_LIB"
GLDecoder.cpp 42 if (getenv(GLES_LIBNAME_VAR) != NULL) {
43 libname = getenv(GLES_LIBNAME_VAR);

Completed in 52 milliseconds