Home
last modified time | relevance | path

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

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