HomeSort by relevance Sort by last modified time
    Searched refs:EGLExt (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 25 import android.opengl.EGLExt;
93 EGLExt.EGL_RECORDABLE_ANDROID, 1,
229 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, nsecs);
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 20 import android.opengl.EGLExt;
66 newConfigSpec[len] = EGLExt.EGL_OPENGL_ES3_BIT_KHR; /* EGL_OPENGL_ES3_BIT_KHR */
Egl14Utils.java 23 import android.opengl.EGLExt;
131 renderableType = EGLExt.EGL_OPENGL_ES3_BIT_KHR;
FramebufferTest.java 25 import android.opengl.EGLExt;
253 renderableType |= EGLExt.EGL_OPENGL_ES3_BIT_KHR;
271 attribList[attribList.length - 3] = EGLExt.EGL_RECORDABLE_ANDROID;
415 EGLExt.eglPresentationTimeANDROID(mEGLDisplay, eglSurface, nsecs);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase14.java 36 import android.opengl.EGLExt;
56 // EGL 1.4 is supported from API 17. But EGLExt that is used for setting presentation
213 EGLExt.eglPresentationTimeANDROID(eglDisplay, eglSurface, timeStampNs);

Completed in 246 milliseconds