OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_DISPLAYS
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/libs/EGL/
egldefs.h
30
const unsigned int
NUM_DISPLAYS
= 1;
egl_display.cpp
73
egl_display_t egl_display_t::sDisplay[
NUM_DISPLAYS
];
90
if (index >=
NUM_DISPLAYS
|| !sDisplay[index].isValid()) {
118
if (uintptr_t(disp) >=
NUM_DISPLAYS
)
egl_display.h
50
static egl_display_t sDisplay[
NUM_DISPLAYS
];
eglApi.cpp
287
if (index >=
NUM_DISPLAYS
) {
[
all
...]
/frameworks/native/opengl/libagl/
egl.cpp
82
const unsigned int
NUM_DISPLAYS
= 1;
129
return ((uintptr_t(dpy)-1U) >=
NUM_DISPLAYS
) ? EGL_FALSE : EGL_TRUE;
136
static egl_display_t gDisplays[
NUM_DISPLAYS
];
[
all
...]
Completed in 684 milliseconds