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

  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 20 #define GLES2_LIBNAME_VAR "ANDROID_GLESv2_LIB"
GL2Decoder.cpp 56 if (getenv(GLES2_LIBNAME_VAR) != NULL) {
57 libname = getenv(GLES2_LIBNAME_VAR);

Completed in 55 milliseconds