Home
last modified time | relevance | path

Searched defs:EGLClientBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/include/EGL/
Degl.h172 typedef void *EGLClientBuffer; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java61 typeMapping.put(new CType("EGLClientBuffer"), new JType("long")); in typeMapping.put()
/frameworks/native/opengl/libagl/
Degl.cpp2049 EGLDisplay dpy, EGLenum /*buftype*/, EGLClientBuffer /*buffer*/, in eglCreatePbufferFromClientBuffer() argument