/external/mesa3d/src/egl/main/ |
D | eglscreen.c | 34 * Each EGLDisplay has one or more screens (CRTs, Flat Panels, etc). 35 * The screens' handles can be obtained with eglGetScreensMESA(). 115 if (!display->Screens) { in _eglLinkScreen() 116 display->Screens = _eglCreateArray("Screen", 4); in _eglLinkScreen() 117 if (!display->Screens) in _eglLinkScreen() 125 _eglAppendArray(display->Screens, (void *) screen); in _eglLinkScreen() 140 if (!display || !display->Screens) in _eglLookupScreen() 143 for (i = 0; i < display->Screens->Size; i++) { in _eglLookupScreen() 144 _EGLScreen *scr = (_EGLScreen *) display->Screens->Elements[i]; in _eglLookupScreen() 165 _eglGetScreensMESA(_EGLDriver *drv, _EGLDisplay *display, EGLScreenMESA *screens, in _eglGetScreensMESA() argument [all …]
|
D | eglmode.c | 56 if (!disp || !disp->Screens) in _eglLookupMode() 59 /* loop over all screens on the display */ in _eglLookupMode() 60 for (scrnum = 0; scrnum < disp->Screens->Size; scrnum++) { in _eglLookupMode() 61 const _EGLScreen *scrn = disp->Screens->Elements[scrnum]; in _eglLookupMode()
|
/external/mesa3d/src/glx/tests/ |
D | clientinfo_unittest.cpp | 54 this->screens = new glx_screen *[dpy->nscreens]; in fake_glx_display() 55 memset(this->screens, 0, sizeof(struct glx_screen *) * dpy->nscreens); in fake_glx_display() 61 if (this->screens[i] != NULL) in ~fake_glx_display() 62 delete this->screens[i]; in ~fake_glx_display() 65 delete [] this->screens; in ~fake_glx_display() 96 if (this->screens[i] != NULL) in init_screen() 97 delete this->screens[i]; in init_screen() 99 this->screens[i] = new fake_glx_screen(this, i, ext); in init_screen() 245 if (this->glx_dpy->screens != NULL) { in destroy_display() 247 delete [] this->glx_dpy->screens[i]->serverGLXexts; in destroy_display() [all …]
|
/external/mesa3d/src/glx/ |
D | glxext.c | 200 GLint i, screens; in FreeScreenConfigs() local 203 screens = ScreenCount(priv->dpy); in FreeScreenConfigs() 204 for (i = 0; i < screens; i++) { in FreeScreenConfigs() 205 psc = priv->screens[i]; in FreeScreenConfigs() 218 XFree((char *) priv->screens); in FreeScreenConfigs() 219 priv->screens = NULL; in FreeScreenConfigs() 765 GLint i, screens; in AllocAndFetchScreenConfigs() local 770 screens = ScreenCount(dpy); in AllocAndFetchScreenConfigs() 771 priv->screens = Xmalloc(screens * sizeof *priv->screens); in AllocAndFetchScreenConfigs() 772 if (!priv->screens) in AllocAndFetchScreenConfigs() [all …]
|
D | glxcmds.c | 159 && priv->screens != in GetGLXScreenConfigs() 160 NULL) ? priv->screens[scrn] : NULL; in GetGLXScreenConfigs() 187 *ppsc = (*ppriv)->screens[scrn]; in GetGLXPrivScreenConfig() 217 for (config = priv->screens[i]->configs; config != NULL; in ValidateGLXFBConfig() 703 psc = priv->screens[vis->screen]; in glXCreateGLXPixmap() 1672 if (priv && (priv->screens != NULL) in glXGetFBConfigs() 1674 && (priv->screens[screen]->configs != NULL) in glXGetFBConfigs() 1675 && (priv->screens[screen]->configs->fbconfigID in glXGetFBConfigs() 1678 for (config = priv->screens[screen]->configs; config != NULL; in glXGetFBConfigs() 1689 for (config = priv->screens[screen]->configs; config != NULL; in glXGetFBConfigs()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | glxinit.c | 191 GLint i, screens; in FreeScreenConfigs() local 194 screens = ScreenCount(priv->dpy); in FreeScreenConfigs() 195 for (i = 0; i < screens; i++) { in FreeScreenConfigs() 565 GLint i, screens; in AllocAndFetchScreenConfigs() local 570 screens = ScreenCount(dpy); in AllocAndFetchScreenConfigs() 571 priv->screenConfigs = Xmalloc(screens * sizeof *priv->screenConfigs); in AllocAndFetchScreenConfigs() 583 for (i = 0; i < screens; i++) { in AllocAndFetchScreenConfigs()
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 265 EGLBoolean eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, 388 EGLBoolean eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, 392 <screens_size> is the maximum number of screens to return in the 393 <screens> array. <num_screens> will return the number of screen handles 394 placed in the array, even if <screens> is NULL. 396 The number of screens and the availability of each may change over
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_console.h | 46 /* colums of the screens */ 48 /* rows of the screens */
|
/external/replicaisland/ |
D | AndroidManifest.xml | 25 <!-- Actually, this game works fine on small screens, but the only one out 27 <supports-screens android:largeScreens="true"
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | compat-api.h | 38 #define xf86ScrnToScreen(s) screenInfo.screens[(s)->scrnIndex] 47 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)]
|
/external/vboot_reference/utility/ |
D | bmpblk_utility.cc | 97 // All images should be used somewhere in the screens. in load_yaml_config() 98 // All images referenced in the screens should be defined. in load_yaml_config() 99 // All screens should be used somewhere in the localizations. in load_yaml_config() 100 // All screens referenced in the localizations should be defined. in load_yaml_config() 169 } else if (keyword == "screens") { in parse_first_layer() 332 error("Syntax error in parsing screens.\n"); in parse_screens()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 670 * dynamically create and destroy 'screens', which can represent 898 * (GFB) at BAR1 + SVGA_REG_FB_OFFSET to any screens which 904 * If you have defined screens (using SVGA_CMD_DEFINE_SCREEN) with 906 * screens will not be reachable by this command. 935 * another, and copy the result to any screens which intersect it. 1108 * deletes all screens other than screen #0, and redefines screen 1207 * screens, in the case of a virtual destination rect or a rect 1331 * screens, specified relative to either a screen or to the virtual
|
/external/proguard/src/proguard/gui/splash/ |
D | package.html | 2 This package contains a library for creating splash screens and animations
|
/external/mesa3d/include/EGL/ |
D | eglmesaext.h | 59 EGLAPI EGLBoolean EGLAPIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_… 72 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSCRREENSMESA) (EGLDisplay dpy, EGLScreenMESA *screens, EG…
|
/external/vboot_reference/tests/bitmaps/ |
D | case_reuse.yaml | 8 screens:
|
D | case_simple.yaml | 8 screens:
|
D | case_nobmp.yaml | 10 screens:
|
D | case_badbmp.yaml | 11 screens:
|
D | case_order2.yaml | 8 screens:
|
D | case_order1.yaml | 8 screens:
|
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
D | AndroidTouchInputListener.java | 10 * callbacks/events for android touch screens For use with class AndroidInput
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | lockdown_unconfined.txt | 7 …ed_t users on your system you would need to remove them from the 'Login Mapping' and Users Screens.
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.c | 499 if (dpy->Screens) { in egl_g3d_terminate() 500 _eglDestroyArray(dpy->Screens, egl_g3d_free_screen); in egl_g3d_terminate() 501 dpy->Screens = NULL; in egl_g3d_terminate()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/ |
D | DrawableCrossFadeFactory.java | 15 …* for example when the user changes screens or scrolls back and forth in a list. In those case…
|
/external/vboot_reference/firmware/2lib/include/ |
D | 2secdata.h | 25 * keyboard-controlled dev screens in recovery mode. Cleared by
|