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

  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 50 typedef void *EGLClientBuffer;
285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 50 typedef void *EGLClientBuffer;
286 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
  /external/mesa3d/include/EGL/
egl.h 172 typedef void *EGLClientBuffer;
204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
  /external/swiftshader/include/EGL/
egl.h 172 typedef void *EGLClientBuffer;
204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);

Completed in 1021 milliseconds