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

1 23 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 45 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
49 ioctl(ctx->dpyAttr[dpy].fd, MSMFB_OVERLAY_VSYNC_CTRL,
51 ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
52 __FUNCTION__, dpy, enable, strerror(errno));
58 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data,
67 ALOGD_IF (logvsync, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
68 __FUNCTION__, timestamp, dpy);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
72 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data,
77 ALOGI("%s: dpy:%d panel power state: %d", __FUNCTION__, dpy, poweron)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 42 static void setup(hwc_context_t* ctx, int dpy)
44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy);
45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy);
48 static void clear(hwc_context_t* ctx, int dpy)
50 if(ctx->mFBUpdate[dpy]) {
51 delete ctx->mFBUpdate[dpy];
52 ctx->mFBUpdate[dpy] = NULL;
54 if(ctx->mMDPComp[dpy]) {
168 int dpy = getConnectedDisplay(udata); local
    [all...]
hwc_vsync.cpp 44 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
48 ioctl(ctx->dpyAttr[dpy].fd, MSMFB_OVERLAY_VSYNC_CTRL,
50 ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
51 __FUNCTION__, dpy, enable, strerror(errno));
57 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data)
65 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
66 __FUNCTION__, timestamp, dpy);
67 ctx->proc->vsync(ctx->proc, dpy, timestamp);
70 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data)
74 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron)
    [all...]
hwc_qclient.cpp 110 int dpy = inParcel->readInt32(); local
111 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
112 if (ctx->dpyAttr[dpy].customFBSize) {
113 outParcel->writeInt32(ctx->dpyAttr[dpy].xres_new);
114 outParcel->writeInt32(ctx->dpyAttr[dpy].yres_new);
116 outParcel->writeInt32(ctx->dpyAttr[dpy].xres);
117 outParcel->writeInt32(ctx->dpyAttr[dpy].yres);
119 outParcel->writeFloat(ctx->dpyAttr[dpy].xdpi);
120 outParcel->writeFloat(ctx->dpyAttr[dpy].ydpi);
125 int dpy = inParcel->readInt32() local
169 int dpy = HWC_DISPLAY_VIRTUAL; local
184 int dpy = HWC_DISPLAY_VIRTUAL; local
199 int dpy = inParcel->readInt32(); local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 46 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
50 ioctl(ctx->dpyAttr[dpy].fd, MSMFB_OVERLAY_VSYNC_CTRL,
52 ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
53 __FUNCTION__, dpy, enable, strerror(errno));
59 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data)
67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64 " sent to SF for dpy=%d",
68 __FUNCTION__, timestamp, dpy);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
72 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data)
76 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 46 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable)
50 ioctl(ctx->dpyAttr[dpy].fd, MSMFB_OVERLAY_VSYNC_CTRL,
52 ALOGE("%s: vsync control failed. Dpy=%d, enable=%d : %s",
53 __FUNCTION__, dpy, enable, strerror(errno));
59 static void handle_vsync_event(hwc_context_t* ctx, int dpy, char *data)
67 ALOGD_IF (ctx->vstate.debug, "%s: timestamp %" PRIu64" sent to SF for dpy=%d",
68 __FUNCTION__, timestamp, dpy);
69 ctx->proc->vsync(ctx->proc, dpy, timestamp);
72 static void handle_blank_event(hwc_context_t* ctx, int dpy, char *data)
76 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron)
    [all...]
  /hardware/qcom/display/msm8996/libqdutils/
display_config.h 48 // Use this enum to specify the dpy parameters where needed
105 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr);
109 int setHSIC(int dpy, const HSICData_t& hsic_data);
113 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect);
116 int setViewFrame(int dpy, int l, int t, int r, int b);
119 int setSecondaryDisplayStatus(int dpy, uint32_t status);
126 // Only primary display supported for now, value of dpy ignored.
127 int getConfigCount(int dpy);
131 // Only primary display supported for now, value of dpy ignored.
132 int getActiveConfig(int dpy);
    [all...]
  /hardware/qcom/display/msmcobalt/libqdutils/
display_config.h 48 // Use this enum to specify the dpy parameters where needed
113 int getDisplayAttributes(int dpy, DisplayAttributes_t& dpyattr);
117 int setHSIC(int dpy, const HSICData_t& hsic_data);
121 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect);
124 int setViewFrame(int dpy, int l, int t, int r, int b);
127 int setSecondaryDisplayStatus(int dpy, uint32_t status);
134 // Only primary display supported for now, value of dpy ignored.
135 int getConfigCount(int dpy);
139 // Only primary display supported for now, value of dpy ignored.
140 int getActiveConfig(int dpy);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 131 Display * /* dpy */,
136 Display * /* dpy */,
146 Display * /* dpy */,
181 Display * /* dpy */
193 Display * /* dpy */,
198 Display * /* dpy */,
204 #define XAllocIDs(dpy,ids,n) (*(dpy)->idlist_alloc)(dpy,ids,n)
268 Display *dpy
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer);
8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config);
9 eglw::EGLint eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout);
10 eglw::EGLint eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EGLint flags, eglw::EGLTimeKHR timeout);
11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target);
12 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list);
13 eglw::EGLImage eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list);
14 eglw::EGLImageKHR eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list);
15 eglw::EGLSurface eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
16 eglw::EGLSurface eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list)
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwFunctionTypes.inl 7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
9 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncFunc) (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
10 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncKHRFunc) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
12 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
13 typedef EGLW_APICALL EGLImage (EGLW_APIENTRY* eglCreateImageFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
14 typedef EGLW_APICALL EGLImageKHR (EGLW_APIENTRY* eglCreateImageKHRFunc) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
15 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
16 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePbufferSurfaceFunc) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
    [all...]
eglwLibrary.inl 7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const = 0;
8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const = 0;
9 virtual EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) const = 0;
10 virtual EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const = 0;
11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const = 0;
12 virtual EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const = 0;
13 virtual EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const = 0;
14 virtual EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const = 0;
15 virtual EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const = 0;
16 virtual EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const = 0
    [all...]
eglwApi.inl 64 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
65 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
66 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
67 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
68 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
69 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
70 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
71 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
72 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
73 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 117 Bool XFixesQueryExtension (Display *dpy,
120 Status XFixesQueryVersion (Display *dpy,
127 XFixesChangeSaveSet (Display *dpy,
134 XFixesSelectSelectionInput (Display *dpy,
140 XFixesSelectCursorInput (Display *dpy,
145 XFixesGetCursorImage (Display *dpy);
151 XFixesCreateRegion (Display *dpy, XRectangle *rectangles, int nrectangles);
154 XFixesCreateRegionFromBitmap (Display *dpy, Pixmap bitmap);
157 XFixesCreateRegionFromWindow (Display *dpy, Window window, int kind);
160 XFixesCreateRegionFromGC (Display *dpy, GC gc)
    [all...]
  /external/mesa3d/include/GL/
glx.h 200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
214 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
221 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
223 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
214 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
221 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
223 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min )
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.h 45 typedef EGLBoolean (*Initialize_t)(_EGLDriver *, _EGLDisplay *dpy);
46 typedef EGLBoolean (*Terminate_t)(_EGLDriver *, _EGLDisplay *dpy);
49 typedef EGLBoolean (*GetConfigs_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
50 typedef EGLBoolean (*ChooseConfig_t)(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
51 typedef EGLBoolean (*GetConfigAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLint attribute, EGLint *value);
54 typedef _EGLContext *(*CreateContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, _EGLContext *share_list, const EGLint *attrib_list);
55 typedef EGLBoolean (*DestroyContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx);
57 typedef EGLBoolean (*MakeCurrent_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *draw, _EGLSurface *read, _EGLContext *ctx);
58 typedef EGLBoolean (*QueryContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint attribute, EGLint *value);
61 typedef _EGLSurface *(*CreateWindowSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLNativeWindowType window, const EGLint *attrib_list)
    [all...]
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 127 #define XNVCTRLCheckExtension(dpy,i,val) \
128 XextCheckExtension (dpy, i, nvctrl_extension_name, val)
129 #define XNVCTRLSimpleCheckExtension(dpy,i) \
130 XextSimpleCheckExtension (dpy, i, nvctrl_extension_name)
154 static Bool XNVCTRLQueryVersion (Display *dpy, int *major, int *minor);
161 static void XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info,
170 if (XNVCTRLQueryVersion(dpy, &major, &minor)) {
193 Display *dpy,
197 XExtDisplayInfo *info = find_display (dpy);
210 Display *dpy,
    [all...]
  /external/mesa3d/include/EGL/
eglmesaext.h 56 EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
57 EGLAPI EGLBoolean EGLAPIENTRY eglGetModesMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
58 EGLAPI EGLBoolean EGLAPIENTRY eglGetModeAttribMESA(EGLDisplay dpy, EGLModeMESA mode, EGLint attribute, EGLint *value);
59 EGLAPI EGLBoolean EGLAPIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens);
60 EGLAPI EGLSurface EGLAPIENTRY eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
61 EGLAPI EGLBoolean EGLAPIENTRY eglShowScreenSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode);
62 EGLAPI EGLBoolean EGLAPIENTRY eglScreenPositionMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint x, EGLint y);
63 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint attribute, EGLint *value);
64 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenSurfaceMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface);
65 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenModeMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *mode)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_private.h 44 dxgi_loader_create_drm_screen(struct native_display* dpy, const char *name, int fd);
47 dxgi_loader_create_sw_screen(struct native_display* dpy, struct sw_winsys *ws);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.h 13 Display *dpy; member in struct:__anon19442
20 extern __GLXdisplayPrivate *__glXInitialize(Display * dpy);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 38 Status XvMCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray *blocks)
40 assert(dpy);
58 Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *blocks)
60 assert(dpy);
68 Status XvMCCreateMacroBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCMacroBlockArray *blocks)
70 assert(dpy);
88 Status XvMCDestroyMacroBlocks(Display *dpy, XvMCMacroBlockArray *blocks)
90 assert(dpy);
  /external/mesa3d/src/glx/apple/
apple_xgl_api_viewport.c 41 Display *dpy = glXGetCurrentDisplay(); local
44 apple_glx_context_update(dpy, gc->driContext);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglQueryString.cpp 1 /* const char * eglQueryString ( EGLDisplay dpy, EGLint name ) */
4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {
6 (EGLDisplay)fromEGLHandle(_env, egldisplayGetHandleID, dpy),
  /hardware/intel/common/libva/va/
va_compat.c 32 VADisplay dpy,
40 return vaCreateSurfaces(dpy, format, width, height, surfaces, num_surfaces,

Completed in 2234 milliseconds

1 23 4 5 6 7 8 91011>>