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

  /hardware/intel/common/libva/va/egl/
va_egl.h 10 typedef void* EGLClientBuffer;
12 /*This function is used to get EGLClientBuffer
15 * should maintain EGLClientBuffer itself.*/
20 EGLClientBuffer *buffer /* out*/
  /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,
  /frameworks/native/opengl/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);
  /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 81 milliseconds