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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp684 mEglSurfaces[i] = EGL_NO_CONTEXT;
723 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,
726 ASSERT_NE(EGL_NO_SURFACE, mEglSurfaces[i]);
735 if (mEglSurfaces[i] != EGL_NO_SURFACE) {
736 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
750 EGLSurface mEglSurfaces[NUM_SURFACE_TEXTURES]; member in class:android::MultiSurfaceTextureClientTest
759 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i],
762 eglSwapBuffers(mEglDisplay, mEglSurfaces[i]);

Completed in 270 milliseconds