Home
last modified time | relevance | path

Searched defs:EGLTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/include/EGL/
Degl.h242 typedef khronos_utime_nanoseconds_t EGLTime; typedef
/frameworks/native/opengl/tools/glgen/src/
DJType.java64 typeMapping.put(new CType("EGLTime"), new JType("long")); in typeMapping.put()