/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
triangleV2.cpp | 410 EGLSurface egl_surface; local 417 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL); 419 printf("SURFACE == %p CONTEXT == %p\n",egl_surface,ctx); 420 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ 439 Draw(d,egl_surface,WINDOW_WIDTH,WINDOW_HEIGHT,program); 444 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 | 189 EGLSurface egl_surface; local 196 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL); 199 printf("SURFACE == %p CONTEXT == %p\n",egl_surface,ctx); 200 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ 440 eglSwapBuffers(d,egl_surface); 450 eglDestroySurface(d,egl_surface);
|
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.cc | 257 EGLSurface egl_surface = local 259 gl_surfaces_.push_back(egl_surface); 260 CHECK_NE(egl_surface, EGL_NO_SURFACE);
|