Home
last modified time | relevance | path

Searched defs:eglSurface (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DNdkInputSurface.java37 static private native boolean eglMakeCurrent(long eglDisplay, long eglSurface, long eglContext); in eglMakeCurrent()
38 static private native boolean eglSwapBuffers(long eglDisplay, long eglSurface); in eglSwapBuffers()
39 …static private native boolean eglPresentationTimeANDROID(long eglDisplay, long eglSurface, long ns… in eglPresentationTimeANDROID()
40 static private native int eglGetWidth(long eglDisplay, long eglSurface); in eglGetWidth()
41 static private native int eglGetHeight(long eglDisplay, long eglSurface); in eglGetHeight()
42 static private native boolean eglDestroySurface(long eglDisplay, long eglSurface); in eglDestroySurface()
43 …static private native void nativeRelease(long eglDisplay, long eglSurface, long eglContext, long n… in nativeRelease()
DDecodeAccuracyTestBase.java1025 private EGLSurface eglSurface = null; field in GLSurfaceViewFactory.GLSurfaceViewThread
/cts/tests/tests/opengl/src/android/opengl/cts/
DFramebufferTest.java321 public void releaseSurface(EGLSurface eglSurface) { in releaseSurface()
339 EGLSurface eglSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mEGLConfig, surface, in createWindowSurface() local
357 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(mEGLDisplay, mEGLConfig, in createOffscreenSurface() local
369 public void makeCurrent(EGLSurface eglSurface) { in makeCurrent()
407 public boolean swapBuffers(EGLSurface eglSurface) { in swapBuffers()
414 public void setPresentationTime(EGLSurface eglSurface, long nsecs) { in setPresentationTime()
421 public boolean isCurrent(EGLSurface eglSurface) { in isCurrent()
429 public int querySurface(EGLSurface eglSurface, int what) { in querySurface()
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp1373 EGLSurface eglSurface = eglCreateWindowSurface( in Java_android_media_cts_NdkInputSurface_createEGLSurface() local
1388 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong eglContext) { in Java_android_media_cts_NdkInputSurface_eglMakeCurrent()
1399 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglSwapBuffers()
1408 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong nsecs) { in Java_android_media_cts_NdkInputSurface_eglPresentationTimeANDROID()
1418 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglGetWidth()
1432 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglGetHeight()
1446 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface) { in Java_android_media_cts_NdkInputSurface_eglDestroySurface()
1455 …JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong eglContext, jlong na… in Java_android_media_cts_NdkInputSurface_nativeRelease()