Searched refs:mEglSurfaces (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp727 mEglSurfaces[i] = EGL_NO_CONTEXT;
766 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,
769 ASSERT_NE(EGL_NO_SURFACE, mEglSurfaces[i]);
778 if (mEglSurfaces[i] != EGL_NO_SURFACE) {
779 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
793 EGLSurface mEglSurfaces[NUM_SURFACE_TEXTURES]; member in class:android::MultiSurfaceTextureClientTest
802 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i],
805 eglSwapBuffers(mEglDisplay, mEglSurfaces[i]);

Completed in 131 milliseconds