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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp685 mEglSurfaces[i] = EGL_NO_CONTEXT;
720 mEglSurfaces[i] = eglCreateWindowSurface(mEglDisplay, myConfig,
723 ASSERT_NE(EGL_NO_SURFACE, mEglSurfaces[i]);
732 if (mEglSurfaces[i] != EGL_NO_SURFACE) {
733 eglDestroySurface(mEglDisplay, mEglSurfaces[i]);
747 EGLSurface mEglSurfaces[NUM_SURFACE_TEXTURES]; member in class:android::MultiSurfaceTextureClientTest
756 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i],
759 eglSwapBuffers(mEglDisplay, mEglSurfaces[i]);

Completed in 35 milliseconds