Home
last modified time | relevance | path

Searched defs:EGLClientBuffer (Results 1 – 2 of 2) 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()