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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp655 mEglSurfaces[i] = EGL_NO_CONTEXT;
690 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,
693 ASSERT_NE(EGL_NO_SURFACE, mEglSurfaces[i]);
702 if (mEglSurfaces[i] != EGL_NO_SURFACE) {
703 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
717 EGLSurface mEglSurfaces[NUM_SURFACE_TEXTURES]; member in class:android::MultiSurfaceTextureClientTest
726 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i],
729 eglSwapBuffers(mEglDisplay, mEglSurfaces[i]);

Completed in 327 milliseconds