/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglscreen.c | 97 screen->Modes = (_EGLMode *) calloc(num_modes, sizeof(*screen->Modes)); 98 screen->NumModes = (screen->Modes) ? num_modes : 0; 123 screen->Modes[i].Handle = screen->Handle + i;
|
eglmode.c | 72 assert(idx < scrn->NumModes && scrn->Modes[idx].Handle == mode); 74 return &scrn->Modes[idx]; 224 * Compare modes 'a' and 'b' and return -1 if a belongs before b, or 1 if a 261 const EGLint *attrib_list, EGLModeMESA *modes, 279 /* make array of pointers to qualifying modes */ 281 if (_eglModeQualifies(scrn->Modes + i, &min)) { 282 modeList[count++] = scrn->Modes + i; 291 modes[i] = modeList[i]->Handle; 304 * Return all possible modes for the given screen. No sorting of results. 309 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes [all...] |
eglscreen.h | 47 * one of several display modes (width/height/scanrate). The screen 66 _EGLMode *Modes; /**< array [NumModes] */
|
/external/mesa3d/src/egl/main/ |
eglscreen.c | 97 screen->Modes = (_EGLMode *) calloc(num_modes, sizeof(*screen->Modes)); 98 screen->NumModes = (screen->Modes) ? num_modes : 0; 123 screen->Modes[i].Handle = screen->Handle + i;
|
eglmode.c | 72 assert(idx < scrn->NumModes && scrn->Modes[idx].Handle == mode); 74 return &scrn->Modes[idx]; 224 * Compare modes 'a' and 'b' and return -1 if a belongs before b, or 1 if a 261 const EGLint *attrib_list, EGLModeMESA *modes, 279 /* make array of pointers to qualifying modes */ 281 if (_eglModeQualifies(scrn->Modes + i, &min)) { 282 modeList[count++] = scrn->Modes + i; 291 modes[i] = modeList[i]->Handle; 304 * Return all possible modes for the given screen. No sorting of results. 309 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes [all...] |
eglscreen.h | 47 * one of several display modes (width/height/scanrate). The screen 66 _EGLMode *Modes; /**< array [NumModes] */
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhotoActionPopup.java | 59 public static final class Modes {
|
ContactEditorFragment.java | 142 * Modes that specify what the AsyncTask has to perform after saving [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PhotoSelectionActivity.java | 488 int mode = (mPhotoUri == null) ? PhotoActionPopup.Modes.NO_PHOTO 489 : PhotoActionPopup.Modes.PHOTO_DISALLOW_PRIMARY;
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 53 Modes = javascripttokenizer.JavaScriptModes [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 53 Modes = javascripttokenizer.JavaScriptModes [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 201 _EGLMode *mode = &gscr->base.Modes[j];
|
egl_g3d_api.c | 818 if (mode == &gscr->base.Modes[idx])
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 201 _EGLMode *mode = &gscr->base.Modes[j];
|
egl_g3d_api.c | 818 if (mode == &gscr->base.Modes[idx])
|
/external/libvorbis/doc/ |
04-codec.tex | 247 \paragraph{Modes}
|
/external/dropbear/libtomcrypt/ |
crypt.tex | 181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case}) 404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions to make a chaining mode, 405 or use one of the provided chaining modes. All of the ciphers are written as ECB interfaces since it allows the rest of [all...] |