HomeSort by relevance Sort by last modified time
    Searched defs:EGLAttrib (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
egluHeaderWrapper.hpp 44 typedef deIntptr EGLAttrib;
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 241 typedef intptr_t EGLAttrib;
284 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
287 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
288 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
289 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
290 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);

Completed in 43 milliseconds