HomeSort by relevance Sort by last modified time
    Searched defs:dpy (Results 51 - 65 of 65) sorted by null

1 23

  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 234 static EGLDisplay dpy; variable
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 313 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x,
326 float fbWidth = ctx->dpyAttr[dpy].xres;
327 float fbHeight = ctx->dpyAttr[dpy].yres;
424 const hwc_display_contents_1_t *list, int dpy) {
426 ctx->listStats[dpy].numAppLayers = list->numHwLayers - 1;
427 ctx->listStats[dpy].fbLayerIndex = list->numHwLayers - 1;
428 ctx->listStats[dpy].skipCount = 0;
429 ctx->listStats[dpy].needsAlphaScale = false;
430 ctx->listStats[dpy].preMultipliedAlpha = false;
431 ctx->listStats[dpy].planeAlpha = false
847 const int dpy = HWC_DISPLAY_PRIMARY; local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 99 EglDisplay* dpy = g_eglInfo->getDisplay(EGLDisplay); \
100 if(!dpy){ \
103 if(!dpy->isInitialize()) { \
108 EglConfig* cfg = dpy->getConfig(EGLConfig); \
114 SurfacePtr varName = dpy->getSurface(EGLSurface); \
120 ContextPtr ctx = dpy->getContext(EGLContext); \
153 EglDisplay* dpy = NULL; local
158 if ((dpy = g_eglInfo->getDisplay(display_id))) {
159 return dpy;
168 dpy = g_eglInfo->addDisplay(display_id,internalDisplay)
193 EglDisplay* dpy = g_eglInfo->getDisplay(display); local
687 thread->updateInfo(ContextPtr(NULL),dpy,NULL,ShareGroupPtr(NULL),dpy->getManager(prevCtx->version())); local
813 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); local
831 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); local
870 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); local
929 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); local
1000 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); local
1015 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); local
    [all...]
EglWindowsApi.cpp 213 WinDisplay* dpy = new WinDisplay(); local
217 dpy->setInfo(WinDisplay::DEFAULT_DISPLAY,DisplayInfo(hdc,hwnd));
218 return static_cast<EGLNativeInternalDisplayType>(dpy);
223 WinDisplay* dpy = new WinDisplay(); local
224 dpy->setInfo(WinDisplay::DEFAULT_DISPLAY,DisplayInfo(display,NULL));
225 return dpy;
230 HDC dpy = NULL; local
233 dpy = GetDC(hwnd);
234 display->setInfo(cfgId,DisplayInfo(dpy,hwnd));
236 dpy = display->getDC(cfgId)
242 HDC dpy = GetDC(hwnd); local
345 HDC dpy = getDummyDC(display,WinDisplay::DEFAULT_DISPLAY); local
409 HDC dpy = getDummyDC(display,WinDisplay::DEFAULT_DISPLAY); local
474 HDC dpy = getDummyDC(display,cfg->nativeId()); local
519 HDC dpy = getDummyDC(display,cfg->nativeId()); local
    [all...]
  /external/qemu/
vnc-android.c 2385 char *dpy; local
    [all...]
vnc.c 2381 char *dpy; local
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
104 static egl_display_t& get_display(EGLDisplay dpy);
106 static EGLBoolean is_valid(EGLDisplay dpy) {
107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
116 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) {
117 return gDisplays[uintptr_t(dpy)-1U];
126 EGLDisplay dpy; member in struct:android::egl_context_t
147 EGLDisplay dpy; member in struct:android::egl_surface_t
152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
174 egl_surface_t::egl_surface_t(EGLDisplay dpy,
1389 EGLDisplay dpy = (EGLDisplay)1; local
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 74 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
258 EGLDisplay dpy,
265 eglGetConfigs(dpy, NULL, 0, &numConfigs);
267 eglChooseConfig(dpy, attrs, configs, numConfigs, &n);
273 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
790 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
791 const sp<DisplayDevice>& hw(mDisplays[dpy]);
885 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++)
2422 wp<IBinder> dpy; local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1472 hwc_display_t dpy = NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 422 struct _XDisplay * dpy; member in struct:_XkbDesc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 422 struct _XDisplay * dpy; member in struct:_XkbDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 422 struct _XDisplay * dpy; member in struct:_XkbDesc
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1061 milliseconds

1 23