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

  /development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 173 EGLSurface egl_surface; local
180 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
183 printf("SURFACE == %p CONTEXT == %p\n",egl_surface,ctx);
184 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){
424 eglSwapBuffers(d,egl_surface);
434 eglDestroySurface(d,egl_surface);
  /development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 394 EGLSurface egl_surface; local
401 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
403 printf("SURFACE == %p CONTEXT == %p\n",egl_surface,ctx);
404 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){
423 Draw(d,egl_surface,WINDOW_WIDTH,WINDOW_HEIGHT,program);
428 eglDestroySurface(d,egl_surface);
  /system/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);

Completed in 184 milliseconds