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

  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 41 const char* eglExtensions = eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS);
42 if (eglExtensions && strstr(eglExtensions, "EGL_KHR_fence_sync")) {
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 42 const char* eglExtensions = eglQueryString(display, EGL_EXTENSIONS);
43 if (eglExtensions && strstr(eglExtensions, "EGL_KHR_fence_sync")) {
  /external/deqp/scripts/egl/
proc_address_tests.py 115 eglExtensions = getExtensionList(eglRegistry, 'egl')
125 allExtensions = eglExtensions + uniqueExtensions(gles1Extensions + gles2Extensions)

Completed in 309 milliseconds