Home
last modified time | relevance | path

Searched refs:nativeWindow (Results 1 – 2 of 2) sorted by relevance

/cts/suite/cts/deviceTests/opengl/jni/reference/
DGLReference.cpp35 ANativeWindow* nativeWindow = ANativeWindow_fromSurface(env, surface); in Java_com_android_cts_opengl_reference_GLGameActivity_startBenchmark() local
36 ReferenceRenderer* renderer = new ReferenceRenderer(nativeWindow); in Java_com_android_cts_opengl_reference_GLGameActivity_startBenchmark()
62 ANativeWindow_release(nativeWindow); in Java_com_android_cts_opengl_reference_GLGameActivity_startBenchmark()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java808 Object nativeWindow); in createWindowSurface() argument
815 EGLConfig config, Object nativeWindow) { in createWindowSurface() argument
818 result = egl.eglCreateWindowSurface(display, config, nativeWindow, null); in createWindowSurface()