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

  /frameworks/native/opengl/libs/EGL/
egldefs.h 30 const unsigned int NUM_DISPLAYS = 1;
  /frameworks/native/opengl/libagl/
egl.cpp 62 const unsigned int NUM_DISPLAYS = 1;
107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
114 static egl_display_t gDisplays[NUM_DISPLAYS];
    [all...]

Completed in 212 milliseconds