HomeSort by relevance Sort by last modified time
    Searched refs:dpy (Results 101 - 125 of 550) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp 109 int dpy = inParcel->readInt32(); local
110 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
111 outParcel->writeInt32(ctx->dpyAttr[dpy].xres);
112 outParcel->writeInt32(ctx->dpyAttr[dpy].yres);
113 outParcel->writeFloat(ctx->dpyAttr[dpy].xdpi);
114 outParcel->writeFloat(ctx->dpyAttr[dpy].ydpi);
119 int dpy = inParcel->readInt32(); local
120 ALOGD_IF(0, "In %s: dpy = %d", __FUNCTION__, dpy);
134 static status_t getDisplayVisibleRegion(hwc_context_t* ctx, int dpy,
163 int dpy = HWC_DISPLAY_VIRTUAL; local
178 int dpy = HWC_DISPLAY_VIRTUAL; local
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
security.h 40 Display *dpy,
59 Display *dpy,
66 Display *dpy,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
security.h 38 Display *dpy,
57 Display *dpy,
64 Display *dpy,
  /hardware/qcom/display/msm8226/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 (canUseRotator(ctx, dpy) &&
160 if(dpy) {
259 const int dpy = HWC_DISPLAY_PRIMARY; local
294 const int dpy = HWC_DISPLAY_EXTERNAL; local
350 int dpy = getDpyforExternalDisplay(ctx, i); local
460 const int dpy = HWC_DISPLAY_VIRTUAL; local
561 const int dpy = HWC_DISPLAY_PRIMARY; local
637 const int dpy = HWC_DISPLAY_EXTERNAL; local
698 int dpy = getDpyforExternalDisplay(ctx, i); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 164 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
215 if (v->display == dpy
239 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag,
313 create_glx_visual( Display *dpy, XVisualInfo *visinfo )
323 return save_glx_visual( dpy, visinfo,
350 find_glx_visual( Display *dpy, XVisualInfo *vinfo )
356 if (VisualTable[i]->display==dpy
364 if (VisualTable[i]->display==dpy && VisualTable[i]->vishandle==vinfo) {
377 get_visual( Display *dpy, int scr, unsigned int depth, int xclass )
390 default_depth = DefaultDepth(dpy,scr)
    [all...]
  /frameworks/base/libs/hwui/tests/
nullegl.cpp 62 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) {
66 EGLBoolean eglTerminate(EGLDisplay dpy) {
70 const char * eglQueryString(EGLDisplay dpy, EGLint name) {
74 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
82 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
88 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
93 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) {
98 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
113 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)
    [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
143 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
147 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 75 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum; local
78 ctx->mExtDisplay->setExtDpyNum(dpy);
105 clearSecondaryObjs(ctx, dpy);
106 ALOGD("%s sending hotplug: connected = %d and dpy:%d",
107 __FUNCTION__, connected, dpy);
108 ctx->dpyAttr[dpy].connected = false;
110 ctx->proc->hotplug(ctx->proc, dpy, connected);
125 ctx->dpyAttr[dpy].isConfiguring = true;
126 ctx->dpyAttr[dpy].connected = false;
135 ctx->dpyAttr[dpy].isPause = false
    [all...]
hwc_copybit.h 36 int dpy);
39 int dpy, int* fd);
52 private_handle_t *renderBuffer, int dpy, bool isFG);
55 hwc_display_contents_1_t *list, int dpy);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_uevents.cpp 96 int dpy = getConnectedDisplay(ctx, udata); local
97 if(dpy < 0) {
111 if(!ctx->dpyAttr[dpy].connected){
113 "for display: %d", __FUNCTION__, dpy);
118 handle_offline(ctx, dpy);
123 if(dpy == HWC_DISPLAY_EXTERNAL) {
126 ctx->proc->hotplug(ctx->proc, dpy, EXTERNAL_OFFLINE);
133 if(ctx->dpyAttr[dpy].connected) {
135 "for display: %d", __FUNCTION__, dpy);
141 handle_online(ctx, dpy);
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer)
20 m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer << ");" << TestLog::EndMessage;
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config)
30 m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_list) << ", " << configs << ", " << config_size << ", " << num_config << ");" << TestLog::EndMessage;
31 eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags, eglw::EGLTime timeout)
45 m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " << timeout << ");" << TestLog::EndMessage;
46 eglw::EGLint returnValue = m_egl.clientWaitSync(dpy, sync, flags, timeout);
52 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 42 Display *dpy; member in struct:x11_screen
72 x11_screen_create(Display *dpy, int screen)
76 if (screen >= ScreenCount(dpy))
81 xscr->dpy = dpy;
122 if (!DRI2QueryExtension(xscr->dpy, &eventBase, &errorBase) ||
123 !DRI2QueryVersion(xscr->dpy, &xscr->dri_major, &xscr->dri_minor))
133 xscr->glx_dpy = __glXInitialize(xscr->dpy);
149 supported = XShmQueryExtension(xscr->dpy);
175 xscr->visuals = XGetVisualInfo(xscr->dpy, VisualScreenMask
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.h 37 egl_g3d_create_st_manager(_EGLDisplay *dpy);
egl_g3d.c 57 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; local
58 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
65 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; local
66 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
73 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; local
74 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
163 egl_g3d_add_screens(_EGLDriver *drv, _EGLDisplay *dpy)
165 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
198 _eglInitScreen(&gscr->base, dpy, num_modes);
334 egl_g3d_init_config(_EGLDriver *drv, _EGLDisplay *dpy,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLExt.java 37 // C function EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
40 EGLDisplay dpy,
  /hardware/intel/common/libva/va/egl/
va_egl.h 18 VADisplay dpy,
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.h 36 int dpy);
39 int dpy, int* fd);
52 private_handle_t *renderBuffer, int dpy);
55 hwc_display_contents_1_t *list, int dpy);
hwc.cpp 111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) {
112 if(ctx->layerProp[dpy]) {
113 delete[] ctx->layerProp[dpy];
114 ctx->layerProp[dpy] = NULL;
116 ctx->layerProp[dpy] = new LayerProp[numAppLayers];
119 static int display_commit(hwc_context_t *ctx, int dpy) {
120 int fbFd = ctx->dpyAttr[dpy].fd;
122 ALOGE("%s: Invalid FB fd for display: %d", __FUNCTION__, dpy);
139 const int dpy = HWC_DISPLAY_PRIMARY; local
143 ctx->dpyAttr[dpy].isActive)
354 const int dpy = HWC_DISPLAY_PRIMARY; local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 96 void (*destroy) (Display * dpy, struct apple_glx_drawable * d);
145 struct apple_glx_drawable *apple_glx_find_drawable(Display * dpy,
149 bool apple_glx_drawable_create(Display * dpy,
157 bool apple_glx_create_drawable(Display * dpy,
162 void apple_glx_garbage_collect_drawables(Display * dpy);
178 bool apple_glx_drawable_destroy_by_type(Display * dpy, GLXDrawable drawable,
186 bool apple_glx_surface_create(Display * dpy, int screen, GLXDrawable drawable,
194 bool apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config,
199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap
    [all...]
apple_glx.h 44 bool apple_init_glx(Display * dpy);
46 void apple_glx_waitx(Display * dpy, void *ptr);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 45 EGLDisplay dpy; local
50 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
51 eglInitialize(dpy, &majorVersion, &minorVersion);
54 dpy, configAttribs, window, &config);
60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
61 context = eglCreateContext(dpy, config, NULL, NULL);
62 eglMakeCurrent(dpy, surface, surface, context);
63 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
64 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
110 eglSwapBuffers(dpy, surface)
    [all...]
  /cts/tests/tests/openglperf/jni/
OpenGlPerfNativeJni.cpp 26 typedef EGLSyncKHR EGLAPIENTRY (*TypeEglCreateSyncKHR)(EGLDisplay dpy, \
28 typedef EGLBoolean EGLAPIENTRY (*TypeEglDestroySyncKHR)(EGLDisplay dpy, \
30 typedef EGLint EGLAPIENTRY (*TypeEglClientWaitSyncKHR)(EGLDisplay dpy, \
62 EGLDisplay dpy = eglGetCurrentDisplay(); local
63 if (!IsEglKHRFenceSyncSupported(dpy)) {
66 EGLSyncKHR sync = mEglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
71 EGLint result = mEglClientWaitSyncKHR(dpy, sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, waitTimeInNs);
79 mEglDestroySyncKHR(dpy, sync);
  /external/mesa3d/src/glx/
dri2.h 68 DRI2GetBuffers(Display * dpy, XID drawable,
78 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
84 DRI2CopyRegion(Display * dpy, XID drawable,
89 DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
96 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
100 DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust,
104 DRI2SwapInterval(Display *dpy, XID drawable, int interval);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLDisplayImpl.java 24 public EGLDisplayImpl(long dpy) {
25 mEGLDisplay = dpy;

Completed in 467 milliseconds

1 2 3 45 6 7 8 91011>>