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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp728 mEglSurfaces[i] = EGL_NO_CONTEXT;
767 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,
770 ASSERT_NE(EGL_NO_SURFACE, mEglSurfaces[i]);
779 if (mEglSurfaces[i] != EGL_NO_SURFACE) {
780 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
794 EGLSurface mEglSurfaces[NUM_SURFACE_TEXTURES]; member in class:android::MultiSurfaceTextureClientTest
803 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i],
806 eglSwapBuffers(mEglDisplay, mEglSurfaces[i]);

Completed in 35 milliseconds