Home
last modified time | relevance | path

Searched refs:createWindowSurface (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DFramebufferTest.java330 public EGLSurface createWindowSurface(Object surface) { in createWindowSurface() method in FramebufferTest.EglCore
491 public void createWindowSurface(Object surface) { in createWindowSurface() method in FramebufferTest.EglSurfaceBase
495 mEGLSurface = mEglCore.createWindowSurface(surface); in createWindowSurface()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java807 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface() method
814 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface() method in GLSurfaceViewCustom.DefaultWindowSurfaceFactory
1087 mEglSurface = view.mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java284 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface() method in OpenGLESActivity.ProtectedWindowSurfaceFactory