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

  /frameworks/native/libs/gui/
SyncFeatures.cpp 31 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
44 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
45 LOG_ALWAYS_FATAL_IF(exts == NULL, "eglQueryStringImplementationANDROID failed");
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 74 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]

Completed in 307 milliseconds