HomeSort by relevance Sort by last modified time
    Searched defs:dpy (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /external/mesa3d/src/egl/main/
egldisplay.h 190 _eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *dpy);
198 _eglCheckDisplayHandle(EGLDisplay dpy);
202 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
212 _EGLDisplay *dpy = (_EGLDisplay *) display; local
214 dpy = NULL;
215 return dpy;
223 _eglGetDisplayHandle(_EGLDisplay *dpy)
225 return (EGLDisplay) ((dpy) ? dpy : EGL_NO_DISPLAY);
230 _eglInitResource(_EGLResource *res, EGLint size, _EGLDisplay *dpy);
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 34 Display * dpy, XID drawable, int visualid)
42 pdp->gc = XCreateGC(dpy, drawable, 0, NULL);
43 pdp->swapgc = XCreateGC(dpy, drawable, 0, NULL);
47 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues);
48 XChangeGC(dpy, pdp->swapgc, GCFunction, &gcvalues);
49 XChangeGC(dpy, pdp->swapgc, GCGraphicsExposures, &gcvalues);
54 pdp->visinfo = XGetVisualInfo(dpy, visMask, &visTemp, &num_visuals);
60 pdp->ximage = XCreateImage(dpy,
80 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable)
85 XFreeGC(dpy, pdp->gc)
100 Display *dpy = pdraw->psc->dpy; local
142 Display *dpy = pdraw->psc->dpy; local
186 Display *dpy = pread->psc->dpy; local
    [all...]
dri_glx.c 99 driGetDriverName(Display * dpy, int scrNum, char **driverName)
108 if (XF86DRIQueryExtension(dpy, &event, &error)) { /* DRI1 */
109 if (!XF86DRIQueryDirectRenderingCapable(dpy, scrNum, &directCapable)) {
118 b = XF86DRIGetClientDriverName(dpy, scrNum, &driverMajor, &driverMinor,
132 else if (DRI2QueryExtension(dpy, &event, &error)) { /* DRI2 */
134 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev);
152 glXGetScreenDriver(Display * dpy, int scrNum)
156 if (driGetDriverName(dpy, scrNum, &driverName)) {
205 has_damage_post(Display * dpy)
238 Display *dpy = psc->dpy; local
291 Display *dpy = psc->dpy; local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 379 XMesaDisplay *dpy = xmesa->xm_visual->display; local
391 assert(dpy);
414 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
511 XMesaDisplay *dpy = xmesa->xm_visual->display; local
522 assert(dpy);
545 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
609 XMesaDisplay *dpy = xmesa->xm_visual->display; local
617 assert(dpy);
625 XCopyArea(dpy, srcXrb->pixmap, dstXrb->pixmap, gc,
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 125 EGLDisplay dpy = getDisplay(_env, display); local
126 EGLBoolean success = eglInitialize(dpy, NULL, NULL);
147 EGLDisplay dpy = getDisplay(_env, display); local
153 success = eglQueryContext(dpy, ctx, attribute, base);
166 EGLDisplay dpy = getDisplay(_env, display); local
173 success = eglQuerySurface(dpy, sur, attribute, base);
180 EGLDisplay dpy = getDisplay(_env, display); local
181 return android::egl_get_init_count(dpy);
197 EGLDisplay dpy = getDisplay(_env, display); local
207 success = eglChooseConfig(dpy, attrib_base, configs ? nativeConfigs : 0, config_size, &num)
230 EGLDisplay dpy = getDisplay(_env, display); local
246 EGLDisplay dpy = getDisplay(_env, display); local
268 EGLDisplay dpy = getDisplay(_env, display); local
295 EGLDisplay dpy = getDisplay(_env, display); local
323 EGLDisplay dpy = getDisplay(_env, display); local
341 EGLDisplay dpy = getDisplay(_env, display); local
387 EGLDisplay dpy = getDisplay(_env, display); local
397 EGLDisplay dpy = getDisplay(_env, display); local
411 EGLDisplay dpy = getDisplay(_env, display); local
423 EGLDisplay dpy = getDisplay(_env, display); local
433 EGLDisplay dpy = getDisplay(_env, display); local
443 EGLDisplay dpy = getDisplay(_env, display); local
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 193 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext /*context*/) {
236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID,
283 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) {
324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
349 EGLDisplay dpy; local
352 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
354 if (dpy == EGL_NO_DISPLAY) {
359 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
369 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
378 printEGLConfiguration(dpy, myConfig)
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 196 static EGLDisplay dpy; variable
494 list->dpy = dpy;
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 78 static int getDpyforExternalDisplay(hwc_context_t *ctx, int dpy) {
79 if(dpy == HWC_DISPLAY_EXTERNAL && ctx->mVirtualonExtActive)
81 return dpy;
113 /* If the previous cycle for dpy 'i' has 0 AppLayers and the
135 for(int dpy = 0; dpy < numDisplays; dpy++) {
136 hwc_display_contents_1_t *list = displays[dpy];
149 if (UNLIKELY(isYuvBuffer(hnd)) && canUseRotator(ctx, dpy) &&
160 if(dpy) {
271 const int dpy = HWC_DISPLAY_PRIMARY; local
305 const int dpy = HWC_DISPLAY_EXTERNAL; local
360 int dpy = getDpyforExternalDisplay(ctx, i); local
486 const int dpy = HWC_DISPLAY_VIRTUAL; local
582 const int dpy = HWC_DISPLAY_PRIMARY; local
646 const int dpy = HWC_DISPLAY_EXTERNAL; local
707 int dpy = getDpyforExternalDisplay(ctx, i); local
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 78 snprintf(str, 32, "Unset=%s dpy=%d mix=%d; ",
113 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) {
120 mPipeBook[i].mDisplay == dpy) &&
124 ( (sDMAMultiplexingSupported && dpy) ||
136 mPipeBook[index].mDisplay = dpy;
139 mPipeBook[index].mPipe = new GenericPipe(dpy);
142 snprintf(str, 32, "Set=%s dpy=%d mix=%d; ",
143 PipeBook::getDestStr(dest), dpy, mixer);
150 (int)type, dpy, mixer);
167 return nextPipe(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer)
292 int dpy = mPipeBook[index].mDisplay; local
    [all...]
overlay.h 57 dpy(DPY_PRIMARY), mixer(MIXER_DEFAULT) {}
61 int dpy; member in struct:overlay::Overlay::PipeSpecs
112 int availablePipes(int dpy, int mixer);
114 int availablePipes(int dpy);
116 int availablePipes(int dpy, utils::eMdpPipeType type);
132 void clear(int dpy);
134 bool validateAndSet(const int& dpy, const int& fbFd);
143 static int getFbForDpy(const int& dpy);
160 * available for the display "dpy" then INV is returned. Note: If a pipe is
165 utils::eDest nextPipe(utils::eMdpPipeType, int dpy, int mixer)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 88 static int getDpyforExternalDisplay(hwc_context_t *ctx, int dpy) {
89 if(dpy == HWC_DISPLAY_EXTERNAL && ctx->mVirtualonExtActive)
91 return dpy;
123 /* If the previous cycle for dpy 'i' has 0 AppLayers and the
145 for(int dpy = 0; dpy < numDisplays; dpy++) {
146 hwc_display_contents_1_t *list = displays[dpy];
159 if (canUseRotator(ctx, dpy) &&
170 if(dpy) {
269 const int dpy = HWC_DISPLAY_PRIMARY; local
304 const int dpy = HWC_DISPLAY_EXTERNAL; local
360 int dpy = getDpyforExternalDisplay(ctx, i); local
470 const int dpy = HWC_DISPLAY_VIRTUAL; local
584 const int dpy = HWC_DISPLAY_PRIMARY; local
676 const int dpy = HWC_DISPLAY_EXTERNAL; local
737 int dpy = getDpyforExternalDisplay(ctx, i); local
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 89 snprintf(str, 32, "Unset=%s dpy=%d mix=%d; ",
124 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) {
131 mPipeBook[i].mDisplay == dpy) &&
135 ( (sDMAMultiplexingSupported && dpy) ||
147 mPipeBook[index].mDisplay = dpy;
150 mPipeBook[index].mPipe = new GenericPipe(dpy);
153 snprintf(str, 32, "Set=%s dpy=%d mix=%d; ",
154 PipeBook::getDestStr(dest), dpy, mixer);
161 (int)type, dpy, mixer);
180 return nextPipe(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer)
314 int dpy = mPipeBook[dest].mDisplay; local
    [all...]
overlay.h 57 dpy(DPY_PRIMARY), mixer(MIXER_DEFAULT), numActiveDisplays(1) {}
61 int dpy; member in struct:overlay::Overlay::PipeSpecs
113 int availablePipes(int dpy, int mixer);
115 int availablePipes(int dpy);
117 int availablePipes(int dpy, utils::eMdpPipeType type);
137 void clear(int dpy);
139 bool validateAndSet(const int& dpy, const int& fbFd);
148 static int getFbForDpy(const int& dpy);
165 * available for the display "dpy" then INV is returned. Note: If a pipe is
170 utils::eDest nextPipe(utils::eMdpPipeType, int dpy, int mixer)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 102 /* If the previous cycle for dpy 'i' has 0 AppLayers and the
125 for(int dpy = 0; dpy < numDisplays; dpy++) {
126 hwc_display_contents_1_t *list = displays[dpy];
139 if (canUseRotator(ctx, dpy) &&
143 dpy)) {
152 if(dpy) {
191 static bool isHotPluggable(hwc_context_t *ctx, int dpy) {
192 return ((dpy == HWC_DISPLAY_EXTERNAL) |
284 const int dpy = HWC_DISPLAY_PRIMARY; local
338 const int dpy = HWC_DISPLAY_EXTERNAL; local
522 const int dpy = HWC_DISPLAY_VIRTUAL; local
622 const int dpy = HWC_DISPLAY_PRIMARY; local
703 const int dpy = HWC_DISPLAY_EXTERNAL; local
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlay.h 60 dpy(DPY_PRIMARY), mixer(MIXER_DEFAULT), numActiveDisplays(1) {}
64 int dpy; member in struct:overlay::Overlay::PipeSpecs
116 int availablePipes(int dpy, int mixer);
118 int availablePipes(int dpy);
120 int availablePipes(int dpy, utils::eMdpPipeType type);
139 void clear(int dpy);
141 bool validateAndSet(const int& dpy, const int& fbFd);
150 static int getFbForDpy(const int& dpy);
170 * available for the display "dpy" then INV is returned. Note: If a pipe is
281 inline int Overlay::availablePipes(int dpy, int mixer)
    [all...]
overlay.cpp 108 int dpy = pipeSpecs.dpy; local
115 mPipeBook[i].mDisplay == dpy) &&
121 ( (sDMAMultiplexingSupported && dpy) ||
133 mPipeBook[index].mDisplay = dpy;
137 mPipeBook[index].mPipe = new GenericPipe(dpy);
196 pipeSpecs.dpy == DPY_PRIMARY))) {
207 if(pipeSpecs.dpy == DPY_PRIMARY) {
215 pipeSpecs.dpy == DPY_PRIMARY))) {
520 void Overlay::clear(int dpy) {
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 241 const sp<IBinder>& dpy,
309 t.setDisplayProjection(dpy,
322 sp<IBinder> dpy = SurfaceComposerClient::createDisplay( local
326 t.setDisplaySurface(dpy, bufferProducer);
327 setDisplayProjection(t, dpy, mainDpyInfo);
328 t.setDisplayLayerStack(dpy, 0); // default stack
331 *pDisplayHandle = dpy;
662 sp<IBinder> dpy; local
663 err = prepareVirtualDisplay(mainDpyInfo, bufferProducer, &dpy);
738 err = runEncoder(encoder, muxer, rawFp, mainDpy, dpy,
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 139 float dpy = p.y / metrics.density; local
141 p.y = Math.round(dpy);
  /frameworks/native/libs/gui/
GLConsumer.cpp 48 extern "C" EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
86 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
87 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
106 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
107 const char* exts = eglQueryString(dpy, EGL_EXTENSIONS);
534 EGLDisplay dpy = eglGetCurrentDisplay(); local
541 mEglDisplay = dpy;
548 if (mEglDisplay != dpy || dpy == EGL_NO_DISPLAY) {
558 mEglDisplay = dpy;
591 EGLDisplay dpy = eglGetCurrentDisplay(); local
636 EGLDisplay dpy = eglGetCurrentDisplay(); local
973 EGLDisplay dpy = eglGetCurrentDisplay(); local
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 162 Display *dpy; member in struct:_psb_xrandr_info_s
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 41 MDPComp* MDPComp::getObject(const int& width, int dpy) {
43 return new MDPCompLowRes(dpy);
45 return new MDPCompHighRes(dpy);
49 MDPComp::MDPComp(int dpy):mDpy(dpy){};
53 dumpsys_log(buf,"HWC Map for Dpy: %s \n",
169 const int dpy = HWC_DISPLAY_PRIMARY; local
170 int fb_width = ctx->dpyAttr[dpy].xres;
171 int fb_height = ctx->dpyAttr[dpy].yres;
172 int fb_fd = ctx->dpyAttr[dpy].fd
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xcms.h 70 #define DisplayOfCCC(ccc) ((ccc)->dpy)
222 Display *dpy; /* X Display */ member in struct:_XcmsCCC
236 Display* /* dpy */,
346 Display* /* dpy */,
353 Display* /* dpy */,
362 Display* /* dpy */,
571 Display* /* dpy */,
582 Display* /* dpy */,
599 Display* /* dpy */,
624 Display* /* dpy */,
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 256 //! Throw `tcu::NotSupportedError` if `dpy` is not compatible with GLX
258 static void checkGlxVersion (const GlxDisplay& dpy, int major, int minor)
260 const int dpyMajor = dpy.getGlxMajorVersion();
261 const int dpyMinor = dpy.getGlxMinorVersion();
273 //! Throw `tcu::NotSupportedError` if `dpy` does not support extension `extName`.
274 static void checkGlxExtension (const GlxDisplay& dpy, const char* extName)
276 if (!dpy.isGlxExtensionSupported(extName))
602 ::Display* dpy = display.getXDisplay(); local
607 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems)
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 924 const EGLDisplay dpy = m_display; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 406 dri2_query_surface(_EGLDriver *drv, _EGLDisplay *dpy,
410 struct dri2_egl_display *dri2_dpy = dri2_egl_display(dpy);
428 return _eglQuerySurface(drv, dpy, surf, attribute, value);
1202 Display *dpy = disp->PlatformDisplay; local
    [all...]

Completed in 1318 milliseconds

1 2 34 5 6 7