Home
last modified time | relevance | path

Searched refs:display_extensions (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp106 std::string display_extensions = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); in initGLES() local
107 if (display_extensions.find("EGL_ANDROID_GLES_layers") == std::string::npos) in initGLES()