Searched defs:nativeWindow (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | NdkInputSurface.java | 36 static private native long createEGLSurface(long eglDisplay, long eglConfig, long nativeWindow); in createEGLSurface() 43 …te native void nativeRelease(long eglDisplay, long eglSurface, long eglContext, long nativeWindow); in nativeRelease() 45 public NdkInputSurface(long nativeWindow) { in NdkInputSurface()
|
/cts/tests/openglperf2/jni/reference/ |
D | GLReference.cpp | 35 ANativeWindow* nativeWindow = ANativeWindow_fromSurface(env, surface); in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 1126 JNIEnv* /*env*/, jclass /*clazz*/, jlong codec, jlong nativeWindow) { in Java_android_media_cts_NdkMediaCodec_AMediaCodecSetNativeInputSurface() 1139 ANativeWindow *nativeWindow; in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreateInputSurface() local 1155 ANativeWindow *nativeWindow; in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreatePersistentInputSurface() local 1370 JNIEnv * /*env*/, jclass /*clazz*/, jlong eglDisplay, jlong eglConfig, jlong nativeWindow) { in Java_android_media_cts_NdkInputSurface_createEGLSurface() 1455 …nv*/, jclass /*clazz*/, jlong eglDisplay, jlong eglSurface, jlong eglContext, jlong nativeWindow) { in Java_android_media_cts_NdkInputSurface_nativeRelease()
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 285 EGLConfig config, Object nativeWindow) { in createWindowSurface()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 808 Object nativeWindow); in createWindowSurface() 815 EGLConfig config, Object nativeWindow) { in createWindowSurface()
|