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

1 2 34 5 6 7 8 91011>>

  /hardware/intel/common/libva/va/wayland/
va_wayland.h 84 * @param[in] dpy the VA display
92 VADisplay dpy,
111 * @param[in] dpy the VA display
119 VADisplay dpy,
  /hardware/intel/common/libva/va/x11/
va_nvctrl.h 29 Bool VA_NVCTRLQueryDirectRenderingCapable( Display *dpy, int screen,
32 Bool VA_NVCTRLGetClientDriverName( Display *dpy, int screen,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
ImUtil.h 8 Display *dpy,
13 Display *dpy,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xge.h 52 Bool XGEQueryExtension(Display* dpy, int *event_basep, int *err_basep);
53 Bool XGEQueryVersion(Display* dpy, int *major, int* minor);
extutil.h 127 Display* /* dpy */,
135 Display* /* dpy */
139 Display* /* dpy */
143 #define XextCheckExtension(dpy,i,name,val) \
144 if (!XextHasExtension(i)) { XMissingExtension (dpy, name); return val; }
145 #define XextSimpleCheckExtension(dpy,i,name) \
146 if (!XextHasExtension(i)) { XMissingExtension (dpy, name); return; }
156 XExtDisplayInfo *proc (Display *dpy) \
160 if (!(dpyinfo = XextFindDisplay (extinfo, dpy))) \
161 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
ImUtil.h 7 Display *dpy,
12 Display *dpy,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xge.h 52 Bool XGEQueryExtension(Display* dpy, int *event_basep, int *err_basep);
53 Bool XGEQueryVersion(Display* dpy, int *major, int* minor);
extutil.h 125 Display* /* dpy */,
133 Display* /* dpy */
137 Display* /* dpy */
141 #define XextCheckExtension(dpy,i,name,val) \
142 if (!XextHasExtension(i)) { XMissingExtension (dpy, name); return val; }
143 #define XextSimpleCheckExtension(dpy,i,name) \
144 if (!XextHasExtension(i)) { XMissingExtension (dpy, name); return; }
154 XExtDisplayInfo *proc (Display *dpy) \
158 if (!(dpyinfo = XextFindDisplay (extinfo, dpy))) \
159 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data);
    [all...]
xtestext1.h 86 int XTestFakeInput(register Display *dpy, char *action_list_addr, int action_list_size, int ack_flag);
87 int XTestGetInput(register Display *dpy, int action_handling);
88 int XTestQueryInputSize(register Display *dpy, unsigned long *size_return);
93 int XTestStopInput(register Display *dpy);
94 int XTestReset(register Display *dpy);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 22 Display* dpy = XOpenDisplay(0); local
23 Visual* visual = DefaultVisual(dpy, DefaultScreen(dpy));
24 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone);
31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
32 XMapWindow(dpy, win)
    [all...]
  /external/mesa3d/src/glx/
glx_query.c 46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name)
48 xcb_connection_t *c = XGetXCBConnection(dpy);
70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name)
72 xcb_connection_t *c = XGetXCBConnection(dpy);
119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode,
129 LockDisplay(dpy);
144 _XReply(dpy, (xReply *) & reply, 0, False);
151 _XRead(dpy, buf, numbytes);
155 _XEatData(dpy, length);
157 UnlockDisplay(dpy);
    [all...]
dri2.c 61 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire);
63 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire);
88 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire)
90 XExtDisplayInfo *info = DRI2FindDisplay(dpy);
93 XextCheckExtension(dpy, info, dri2ExtensionName, False);
104 pdraw = dri2GetGlxDrawableFromXDrawableId(dpy, awire->drawable);
107 aevent->type = dri2GetSwapEventType(dpy, awire->drawable);
111 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire);
113 aevent->display = dpy;
132 glxDraw = GetGLXDrawable(dpy, pdraw->drawable)
    [all...]
  /hardware/intel/common/libva/va/glx/
va_glx.c 29 #define INIT_CONTEXT(ctx, dpy) do { \
30 if (!vaDisplayIsValid(dpy)) \
33 ctx = ((VADisplayContextP)(dpy))->pDriverContext; \
81 VADisplay dpy = NULL; local
87 dpy = vaGetDisplay(native_dpy);
88 if (!dpy)
90 pDisplayContext = (VADisplayContextP)dpy;
106 return dpy;
117 VADisplay dpy,
130 INIT_CONTEXT(ctx, dpy);
    [all...]
  /external/mesa3d/src/egl/main/
eglmode.h 62 _eglLookupMode(EGLModeMESA mode, _EGLDisplay *dpy);
66 _eglChooseModeMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn,
72 _eglGetModesMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *scrn,
77 _eglGetModeAttribMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m,
82 _eglQueryModeStringMESA(_EGLDriver *drv, _EGLDisplay *dpy, _EGLMode *m);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
4 EGLDisplay dpy,
12 EGLDisplay dpy,
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy,
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
40 surface = _eglCreateWindowSurfaceTexture(dpy, config,
  /hardware/qcom/display/msm8909/libqdutils/
display_config.h 42 // Use this enum to specify the dpy parameters where needed
83 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr);
87 int setHSIC(int dpy, const HSICData_t& hsic_data);
91 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect);
94 int setViewFrame(int dpy, int l, int t, int r, int b);
97 int setSecondaryDisplayStatus(int dpy, uint32_t status);
  /hardware/qcom/display/msm8994/libqdutils/
display_config.h 48 // Use this enum to specify the dpy parameters where needed
89 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr);
93 int setHSIC(int dpy, const HSICData_t& hsic_data);
97 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect);
100 int setViewFrame(int dpy, int l, int t, int r, int b);
103 int setSecondaryDisplayStatus(int dpy, uint32_t status);
  /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...]
hwc_qclient.cpp 121 int dpy = inParcel->readInt32(); local
122 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
123 if (ctx->dpyAttr[dpy].customFBSize) {
124 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
125 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
127 outParcel->writeInt32(ctx->dpyAttr[dpy].xres);
128 outParcel->writeInt32(ctx->dpyAttr[dpy].yres);
130 outParcel->writeFloat(ctx->dpyAttr[dpy].xdpi);
131 outParcel->writeFloat(ctx->dpyAttr[dpy].ydpi);
136 int dpy = inParcel->readInt32() local
179 uint32_t dpy = inParcel->readInt32(); local
202 int dpy = inParcel->readInt32(); local
278 uint32_t dpy = HWC_DISPLAY_PRIMARY; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc.cpp 104 /* If the previous cycle for dpy 'i' has 0 AppLayers and the
126 for(int dpy = 0; dpy < numDisplays; dpy++) {
127 hwc_display_contents_1_t *list = displays[dpy];
140 if (canUseRotator(ctx, dpy) &&
144 dpy)) {
153 if(dpy) {
236 static void scaleDisplayFrame(hwc_context_t *ctx, int dpy,
238 uint32_t origXres = ctx->dpyAttr[dpy].xres
262 const int dpy = HWC_DISPLAY_PRIMARY; local
320 const int dpy = HWC_DISPLAY_EXTERNAL; local
512 const int dpy = HWC_DISPLAY_VIRTUAL; local
609 const int dpy = HWC_DISPLAY_PRIMARY; local
690 const int dpy = HWC_DISPLAY_EXTERNAL; local
    [all...]
hwc_qclient.cpp 122 int dpy = inParcel->readInt32(); local
123 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
124 if (ctx->dpyAttr[dpy].customFBSize) {
125 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
126 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
128 outParcel->writeInt32(ctx->dpyAttr[dpy].xres);
129 outParcel->writeInt32(ctx->dpyAttr[dpy].yres);
131 outParcel->writeFloat(ctx->dpyAttr[dpy].xdpi);
132 outParcel->writeFloat(ctx->dpyAttr[dpy].ydpi);
137 int dpy = inParcel->readInt32() local
180 uint32_t dpy = inParcel->readInt32(); local
203 int dpy = inParcel->readInt32(); local
261 uint32_t dpy = HWC_DISPLAY_PRIMARY; local
    [all...]
  /external/mesa3d/include/GL/
glxext.h 528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
530 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
531 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
533 extern void glXDestroyWindow (Display *dpy, GLXWindow win);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
537 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 524 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
525 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
526 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
527 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
528 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
529 extern void glXDestroyWindow (Display *dpy, GLXWindow win);
530 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
531 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
532 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
533 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf)
    [all...]
  /external/mesa3d/src/glx/apple/
glxreply.c 32 __glXReadReply(Display * dpy, size_t size, void *dest,
37 (void) _XReply(dpy, (xReply *) & reply, 0, False);
44 _XRead(dpy, dest, bytes);
46 _XEatData(dpy, extra);
58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim,
65 (void) _XReply(dpy, (xReply *) & reply, 0, False);
85 _XEatData(dpy, size);
91 _XRead(dpy, buf, size);
93 _XEatData(dpy, extra);
107 Display *const dpy = gc->currentDpy
124 Display *const dpy = gc->currentDpy; local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 171 * \param dpy the display
177 GetOverlayInfo(Display *dpy, int screen, int *numOverlays)
190 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True);
195 status = XGetWindowProperty(dpy, RootWindow(dpy, screen),
217 * Input: dpy - the X display
225 level_of_visual( Display *dpy, XVisualInfo *vinfo )
230 overlay_info = GetOverlayInfo(dpy, vinfo->screen, &numOverlaysPerScreen);
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
313 if (v->display == dpy
484 Display *dpy = glxvis->display; local
    [all...]

Completed in 788 milliseconds

1 2 34 5 6 7 8 91011>>