Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DFramebufferTest.java333 public EGLSurface createWindowSurface(Object surface) { in createWindowSurface() method in FramebufferTest.EglCore
494 public void createWindowSurface(Object surface) { in createWindowSurface() method in FramebufferTest.EglSurfaceBase
498 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()