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

  /external/chromium_org/third_party/libva/va/egl/
va_backend_egl.h 60 VASurfaceEGL egl_surface
65 VASurfaceEGL egl_surface,
72 VASurfaceEGL egl_surface
77 VASurfaceEGL egl_surface,
86 VASurfaceEGL egl_surface
va_egl_private.h 62 VASurfaceEGL egl_surface
67 VASurfaceEGL egl_surface,
74 VASurfaceEGL egl_surface
79 VASurfaceEGL egl_surface,
88 VASurfaceEGL egl_surface
  /external/chromium_org/third_party/libva/va/
va_egl.h 136 * @param[in] egl_surface the VA/EGL destination surface
143 VASurfaceEGL egl_surface,
154 * @param[in] egl_surface the VA/EGL surface that has been associated with a VA surface
159 VASurfaceEGL egl_surface
170 * @param[in] egl_surface the VA/EGL surface that has been associated with a VA surface
179 VASurfaceEGL egl_surface,
190 * @param[in] egl_surface the VA/EGL destination surface
195 VASurfaceEGL egl_surface
  /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_gl.cc 332 NativeSurfaceType egl_surface = local
334 gl_surfaces_.push_back(egl_surface);
335 CHECK_NE(egl_surface, EGL_NO_SURFACE);

Completed in 201 milliseconds