HomeSort by relevance Sort by last modified time
    Searched refs:sEglSurface (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 71 static EGLSurface sEglSurface = EGL_NO_SURFACE;
170 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
172 if (sEglSurface == EGL_NO_SURFACE)
176 success = eglMakeCurrent(sEglDisplay, sEglSurface,
177 sEglSurface, sEglContext);
190 eglDestroySurface(sEglDisplay, sEglSurface);
238 eglSwapBuffers(sEglDisplay, sEglSurface);
app-win32.c 51 static EGLSurface sEglSurface = EGL_NO_SURFACE;
128 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
130 if (sEglSurface == EGL_NO_SURFACE)
140 success = eglMakeCurrent(sEglDisplay, sEglSurface,
141 sEglSurface, sEglContext);
154 eglDestroySurface(sEglDisplay, sEglSurface);
285 eglSwapBuffers(sEglDisplay, sEglSurface);
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 72 static EGLSurface sEglSurface = EGL_NO_SURFACE;
166 sEglSurface = surface;
182 eglDestroySurface(sEglDisplay, sEglSurface);
218 eglSwapBuffers(sEglDisplay, sEglSurface);

Completed in 152 milliseconds