Searched refs:GLES_LIBNAME_VAR (Results 1 – 2 of 2) sorted by relevance
46 if (getenv(GLES_LIBNAME_VAR) != NULL) { in initGL()47 libname = getenv(GLES_LIBNAME_VAR); in initGL()
24 #define GLES_LIBNAME_VAR "ANDROID_GLESv1_LIB" macro