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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/egl/main/
eglimage.h 69 _eglParseImageAttribList(_EGLImageAttribs *attrs, _EGLDisplay *dpy,
74 _eglInitImage(_EGLImage *img, _EGLDisplay *dpy);
127 _eglLookupImage(EGLImageKHR image, _EGLDisplay *dpy)
130 if (!dpy || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, dpy))
eglsync.c 69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
74 if (!(type == EGL_SYNC_REUSABLE_KHR && dpy->Extensions.KHR_reusable_sync) &&
75 !(type == EGL_SYNC_FENCE_KHR && dpy->Extensions.KHR_fence_sync))
78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy);
92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
eglsync.h 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
110 _eglLookupSync(EGLSyncKHR handle, _EGLDisplay *dpy)
113 if (!dpy || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, dpy))
eglsurface.h 82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
87 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *value);
91 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint value);
95 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer);
99 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
152 _eglLookupSurface(EGLSurface surface, _EGLDisplay *dpy)
155 if (!dpy || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, dpy))
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 73 bool apple_glx_create_context(void **ptr, Display * dpy, int screen,
76 void apple_glx_destroy_context(void **ptr, Display * dpy);
78 bool apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr,
80 bool apple_glx_is_current_drawable(Display * dpy, void *ptr,
89 void apple_glx_context_update(Display * dpy, void *ptr);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.h 34 explicit IFBUpdate(const int& dpy) : mDpy(dpy) {}
44 static IFBUpdate *getObject(const int& width, const int& dpy);
54 explicit FBUpdateLowRes(const int& dpy);
69 explicit FBUpdateHighRes(const int& dpy);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 44 egl_g3d_reference_native_pixmap(_EGLDisplay *dpy, EGLNativePixmapType pix)
46 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
67 egl_g3d_create_drm_buffer(_EGLDisplay *dpy, _EGLImage *img,
70 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
76 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
133 egl_g3d_reference_drm_buffer(_EGLDisplay *dpy, EGLint name,
136 struct egl_g3d_display *gdpy = egl_g3d_display(dpy);
141 if (!dpy->Extensions.MESA_drm_image)
144 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
187 egl_g3d_reference_wl_buffer(_EGLDisplay *dpy, struct wl_buffer *buffer
    [all...]
  /external/mesa3d/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 499 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
500 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
501 typedef int ( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
502 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
503 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
504 typedef void ( * PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
505 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
506 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
507 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
508 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf)
    [all...]
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 58 GetGLXScreenConfigs(Display * dpy, int scrn)
60 (void) dpy;
109 __glXSendErrorForXcb(Display * dpy, const xcb_generic_error_t *err)
114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID,
128 mock_XDisplay *dpy; member in class:glXCreateContextAttribARB_test
141 this->dpy = new mock_XDisplay(1);
176 glXCreateContextAttribsARB(this->dpy, NULL, 0, False, NULL);
188 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
202 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0,
210 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0
    [all...]
  /hardware/intel/common/libva/va/
va_tpi.h 73 VADisplay dpy,
91 VADisplay dpy,
98 VADisplay dpy,
  /external/mesa3d/src/glx/
glxcmds.c 70 * \param dpy The display associated with \c drawable.
77 GetGLXDRIDrawable(Display * dpy, GLXDrawable drawable)
79 struct glx_display *priv = __glXInitialize(dpy);
94 GetGLXDrawable(Display *dpy, GLXDrawable drawable)
96 struct glx_display *priv = __glXInitialize(dpy);
109 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable,
112 struct glx_display *priv = __glXInitialize(dpy);
126 DestroyGLXDrawable(Display *dpy, GLXDrawable drawable)
128 struct glx_display *priv = __glXInitialize(dpy);
134 glxDraw = GetGLXDrawable(dpy, drawable)
1740 Display *dpy; local
    [all...]
packsingle.h 55 Display *dpy = gc->currentDpy; \
67 if (dpy) { \
69 LockDisplay(dpy); \
78 UnlockDisplay(dpy); \
113 (void) _XReply(dpy, (xReply*) &reply, 0, False)
173 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT8); \
174 if (slop) _XEatData(dpy,4-slop); \
180 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT8); \
181 if (slop) _XEatData(dpy,4-slop); \
188 _XRead(dpy,(char *)a,alen*__GLX_SIZE_INT16);
    [all...]
glxext.c 90 static char *__glXErrorString(Display *dpy, int code, XExtCodes *codes,
108 __glXWireToEvent(Display *dpy, XEvent *event, xEvent *wire)
110 struct glx_display *glx_dpy = __glXInitialize(dpy);
138 struct glx_drawable *glxDraw = GetGLXDrawable(dpy, awire->drawable);
165 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire)
167 struct glx_display *glx_dpy = __glXInitialize(dpy);
203 screens = ScreenCount(priv->dpy);
228 if (priv->dpy == gc->currentDpy) {
262 __glXCloseDisplay(Display * dpy, XExtCodes * codes)
269 if (priv->dpy == dpy)
655 Display *dpy = priv->dpy; local
685 Display *dpy = priv->dpy; local
971 Display *const dpy = ctx->currentDpy; local
1023 Display *dpy = gc->currentDpy; local
    [all...]
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 71 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
72 eglInitialize(dpy, 0, 0);
73 eglGetConfigs(dpy, NULL, 0, &n);
75 eglGetConfigs(dpy, configs, n, &n);
81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
87 eglTerminate(dpy);
  /device/generic/goldfish-opengl/system/egl/
eglContext.h 29 EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx);
32 EGLDisplay dpy; member in struct:EGLContext_t
  /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...]
  /frameworks/native/opengl/tests/include/
glTestLib.h 32 void glTestPrintEGLConfiguration(EGLDisplay dpy, EGLConfig config);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 126 fill_bitmap(Display * dpy, Window win, GC gc,
135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
136 XSetForeground(dpy, gc, 0);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
138 XSetForeground(dpy, gc, 1);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
145 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
156 XFreePixmap(dpy, pixmap);
212 Display *dpy; local
225 dpy = glXGetCurrentDisplay()
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 133 fill_bitmap(Display * dpy, Window win, GC gc,
142 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
143 XSetForeground(dpy, gc, 0);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
145 XSetForeground(dpy, gc, 1);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
152 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
163 XFreePixmap(dpy, pixmap);
219 Display *dpy; local
232 dpy = glXGetCurrentDisplay()
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxew.h 146 extern Bool glXQueryExtension (Display *dpy, int *errorBase, int *eventBase);
147 extern Bool glXQueryVersion (Display *dpy, int *major, int *minor);
148 extern int glXGetConfig (Display *dpy, XVisualInfo *vis, int attrib, int *value);
149 extern XVisualInfo* glXChooseVisual (Display *dpy, int screen, int *attribList);
150 extern GLXPixmap glXCreateGLXPixmap (Display *dpy, XVisualInfo *vis, Pixmap pixmap);
151 extern void glXDestroyGLXPixmap (Display *dpy, GLXPixmap pix);
152 extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct);
153 extern void glXDestroyContext (Display *dpy, GLXContext ctx);
154 extern Bool glXIsDirect (Display *dpy, GLXContext ctx);
155 extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLulong mask)
    [all...]
  /hardware/intel/common/libva/test/basic/
test.c 37 Display *dpy; local
42 dpy = XOpenDisplay(NULL);
43 ASSERT( dpy );
44 printf("XOpenDisplay: dpy = %08x\n", dpy);
46 va_dpy = vaGetDisplay(dpy);
66 Window win = XCreateSimpleWindow(dpy, RootWindow(dpy, 0), 0, 0, 720, 480, 0, 0, WhitePixel(dpy, 0));
68 XMapWindow(dpy, win)
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 197 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
198 GLAPI EGLBoolean APIENTRY eglTerminate (EGLDisplay dpy);
199 GLAPI const char * APIENTRY eglQueryString (EGLDisplay dpy, EGLint name);
202 GLAPI EGLBoolean APIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
209 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface)
    [all...]
  /frameworks/native/opengl/tests/finish/
finish.cpp 47 EGLDisplay dpy; local
52 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
53 eglInitialize(dpy, &majorVersion, &minorVersion);
56 dpy, configAttribs, window, &config);
62 surface = eglCreateWindowSurface(dpy, config, window, NULL);
63 context = eglCreateContext(dpy, config, NULL, NULL);
64 eglMakeCurrent(dpy, surface, surface, context);
65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
66 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
114 eglSwapBuffers(dpy, surface)
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
egl.h 252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
255 EGLAPI const char * EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
    [all...]

Completed in 2198 milliseconds

1 2 3 4 5 67 8 91011>>