OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumModes
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/egl/main/
eglscreen.c
91
screen->
NumModes
= num_modes;
98
screen->
NumModes
= (screen->Modes) ? num_modes : 0;
122
for (i = 0; i < screen->
NumModes
; i++)
eglmode.c
66
* scrn->
NumModes
72
assert(idx < scrn->
NumModes
&& scrn->Modes[idx].Handle == mode);
280
for (i = count = 0; i < scrn->
NumModes
&& count < modes_size; i++) {
313
*num_modes = MIN2(scrn->
NumModes
, modes_size);
320
*num_modes = scrn->
NumModes
;
eglscreen.h
65
EGLint
NumModes
;
66
_EGLMode *Modes; /**< array [
NumModes
] */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h
248
ULONG
NumModes
;
/external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c
817
for (idx = 0; idx < gscr->base.
NumModes
; idx++)
820
if (idx >= gscr->base.
NumModes
) {
egl_g3d.c
199
for (j = 0; j < gscr->base.
NumModes
; j++) {
Completed in 67 milliseconds