コード例 #1
0
 /** Returns the {@link EXTSwapBuffersWithDamage} instance. */
 public static EXTSwapBuffersWithDamage getInstance() {
   return getInstance(EGL.getCapabilities());
 }
コード例 #2
0
ファイル: NVSystemTime.java プロジェクト: stkromm/vine-engine
 public static long eglGetSystemTimeNV() {
   long __functionAddress = EGL.getCapabilities().eglGetSystemTimeNV;
   if (CHECKS) checkFunctionAddress(__functionAddress);
   return callJ(__functionAddress);
 }
コード例 #3
0
 /** Returns the {@link HIClientpixmap} instance. */
 public static HIClientpixmap getInstance() {
   return getInstance(EGL.getCapabilities());
 }
コード例 #4
0
ファイル: EGL12.java プロジェクト: dtomsig/Game-Engine
 /** Returns the {@link EGL12} instance. */
 public static EGL12 getInstance() {
   return getInstance(EGL.getCapabilities());
 }