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

  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 396 EGLSurface egl_surface; local
403 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
405 printf("SURFACE == %p CONTEXT == %p\n",egl_surface,ctx);
406 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){
425 Draw(d,egl_surface,WINDOW_WIDTH,WINDOW_HEIGHT,program);
430 eglDestroySurface(d,egl_surface);
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 173 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), local
184 result = gl_env->AddWindowSurface(egl_surface, winHandle);
242 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), local
253 result = gl_env->AddWindowSurface(egl_surface, winHandle);
341 EGLSurface egl_surface = eglCreateWindowSurface(gl_env->display(), local
353 result = gl_env->AddWindowSurface(egl_surface, winHandle);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 186 EGLSurface egl_surface; local
193 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
196 printf("SURFACE == %p CONTEXT == %p\n",egl_surface,ctx);
197 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){
437 eglSwapBuffers(d,egl_surface);
447 eglDestroySurface(d,egl_surface);

Completed in 76 milliseconds