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

  /frameworks/base/opengl/libs/EGL/
egldefs.h 30 const unsigned int NUM_DISPLAYS = 1;
  /external/mesa3d/test/
egl.cpp 66 const unsigned int NUM_DISPLAYS = 1;
133 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
140 static egl_display_t gDisplays[NUM_DISPLAYS];
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 61 const unsigned int NUM_DISPLAYS = 1;
106 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
113 static egl_display_t gDisplays[NUM_DISPLAYS];
    [all...]

Completed in 88 milliseconds