Searched refs:display_extensions (Results 1 – 1 of 1) sorted by relevance
106 std::string display_extensions = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in initGLES() local107 if (display_extensions.find("EGL_ANDROID_GLES_layers") == std::string::npos) in initGLES()