/** Returns the {@link EXTSwapBuffersWithDamage} instance. */ public static EXTSwapBuffersWithDamage getInstance() { return getInstance(EGL.getCapabilities()); }
public static long eglGetSystemTimeNV() { long __functionAddress = EGL.getCapabilities().eglGetSystemTimeNV; if (CHECKS) checkFunctionAddress(__functionAddress); return callJ(__functionAddress); }
/** Returns the {@link HIClientpixmap} instance. */ public static HIClientpixmap getInstance() { return getInstance(EGL.getCapabilities()); }
/** Returns the {@link EGL12} instance. */ public static EGL12 getInstance() { return getInstance(EGL.getCapabilities()); }