HomeSort by relevance Sort by last modified time
    Searched refs:surface (Results 151 - 175 of 917) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 53 EGLSurface surface; member in struct:engine
81 EGLSurface surface; local
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
109 eglQuerySurface(display, surface, EGL_WIDTH, &w);
110 eglQuerySurface(display, surface, EGL_HEIGHT, &h);
114 engine->surface = surface;
142 eglSwapBuffers(engine->display, engine->surface);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 43 IDirectFBSurface *surface; member in struct:private_yuvhwdata
61 /* take the one with a surface for video */
138 ret = layer->GetSurface (layer, &hwdata->surface);
169 /* Set up the YUV surface function structure */
213 IDirectFBSurface *surface = overlay->hwdata->surface; local
215 ret = surface->Lock (surface, DSLF_READ | DSLF_WRITE, &data, &pitch);
246 IDirectFBSurface *surface = overlay->hwdata->surface; local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 53 EGLSurface surface; member in struct:engine
81 EGLSurface surface; local
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
109 eglQuerySurface(display, surface, EGL_WIDTH, &w);
110 eglQuerySurface(display, surface, EGL_HEIGHT, &h);
114 engine->surface = surface;
142 eglSwapBuffers(engine->display, engine->surface);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); local
362 if (surface != EGL_NO_SURFACE) {
365 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface);
368 return surface;
373 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list); local
374 if (surface != EGL_NO_SURFACE) {
377 server->utEnc()->createSurface(server->utEnc(), getpid(), (uint32_t)surface);
380 return surface;
385 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); local
386 if (surface != EGL_NO_SURFACE)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 30 * decoder. Added per-surface alpha blitter. Added per-pixel alpha
49 * binary transparency and for per-surface alpha blending, and for surfaces
54 * Encoded pixels always have the same format as the target surface.
121 * Various colorkey blit methods, for opaque and per-surface alpha
780 * This takes care of the case when the surface is clipped on the left and/or
839 /* blit a colorkeyed RLE surface */
948 * These use the same techniques as the per-surface blitting macros
1014 /* blit a pixel-alpha RLE surface clipped at the right and/or left edges */
    [all...]
  /external/chromium_org/skia/ext/
bitmap_platform_device_linux.h 48 // This is the Linux bitmap backing for Skia. We create a Cairo image surface
53 // accessor for getting the surface.
60 // A reference counted cairo surface
95 virtual void DrawToNativeContext(PlatformSurface surface, int x, int y,
105 cairo_surface_t* surface);
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
main.h 36 void setCurrentDrawSurface(EGLSurface surface);
39 void setCurrentReadSurface(EGLSurface surface);
  /external/chromium_org/third_party/libva/va/egl/
va_backend_egl.h 32 /* Get EGL ClientBufer buffer index and device id from surface id*/
35 VASurfaceID surface,
57 /* Optional: destroy a VA/EGL surface */
66 VASurfaceID surface,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_objects.c 76 struct pipe_surface *surface)
80 if(!surface)
83 assert(surface->texture == glhd_resource->resource);
89 memcpy(&glhd_surface->base, surface, sizeof(struct pipe_surface));
94 glhd_surface->surface = surface;
99 pipe_surface_reference(&surface, NULL);
108 pipe_surface_reference(&glhd_surface->surface, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.c 76 struct pipe_surface *surface)
80 if(!surface)
83 assert(surface->texture == id_resource->resource);
89 memcpy(&id_surface->base, surface, sizeof(struct pipe_surface));
94 id_surface->surface = surface;
99 pipe_surface_reference(&surface, NULL);
109 id_surface->surface);
  /external/chromium_org/ui/surface/
d3d9_utils_win.h 6 // the ui/surface code.
15 #include "ui/surface/surface_export.h"
32 // accelerated surface code. Returns true on success.
43 // identified by its surface handle. The resulting texture is written into
53 // Ensures that |surface| is a lockable surface of a specified |size|. If
54 // |*surface| is non-null and has dimensions that match |size|, it is reused.
62 base::win::ScopedComPtr<IDirect3DSurface9>* surface);
83 gfx::Size GetSize(IDirect3DSurface9* surface);
  /external/icu4c/samples/layout/
gnomeglue.cpp 45 void rs_gnomeRenderingSurfaceClose(rs_surface *surface)
47 GnomeSurface *rs = (GnomeSurface *) surface;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.c 76 struct pipe_surface *surface)
80 if(!surface)
83 assert(surface->texture == glhd_resource->resource);
89 memcpy(&glhd_surface->base, surface, sizeof(struct pipe_surface));
94 glhd_surface->surface = surface;
99 pipe_surface_reference(&surface, NULL);
108 pipe_surface_reference(&glhd_surface->surface, NULL);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.c 76 struct pipe_surface *surface)
80 if(!surface)
83 assert(surface->texture == id_resource->resource);
89 memcpy(&id_surface->base, surface, sizeof(struct pipe_surface));
94 id_surface->surface = surface;
99 pipe_surface_reference(&surface, NULL);
109 id_surface->surface);
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c 58 /* Hardware surface functions */
59 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface);
60 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface);
61 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface);
62 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface);
198 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface)
202 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface)
208 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface)
213 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface)
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.h 29 class Surface;
35 const sp<Surface> &surface,
50 const sp<Surface> &surface,
55 sp<Surface> mSurface;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 84 case EGL_BAD_CURRENT_SURFACE: return "BAD CURRENT SURFACE";
134 EGLSurface surface; local
150 surface = eglCreateWindowSurface(dpy, config, window, NULL);
153 fprintf(stderr,"surface = %p\n", surface);
159 eglMakeCurrent(dpy, surface, surface, context);
162 eglQuerySurface(dpy, surface, EGL_WIDTH, &sWindowWidth);
163 eglQuerySurface(dpy, surface, EGL_HEIGHT, &sWindowHeight);
166 sEglSurface = surface;
    [all...]
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.h 40 RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) :
44 m_eglSurface(surface)
  /cts/tests/tests/media/src/android/media/cts/
VideoSurfaceView.java 32 import android.view.Surface;
118 Surface surface = new Surface(mSurfaceTexture); local
119 mMediaPlayer.setSurface(surface);
120 surface.release();
133 synchronized public void onFrameAvailable(SurfaceTexture surface) {
  /external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.h 38 AcceleratedSurface* surface);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderTarget9.h 23 RenderTarget9(Renderer *renderer, IDirect3DSurface9 *surface);
  /external/chromium_org/third_party/libva/va/glx/
va_glx.h 46 * Create a surface used for display to OpenGL
55 * @param[out] gl_surface the VA/GLX surface
66 * Destroy a VA/GLX surface
73 * @param[in] gl_surface the VA surface
82 * Copy a VA surface to a VA/GLX surface
85 * point, the underlying GL texture will contain the surface pixels
93 * @param[in] gl_surface the VA/GLX destination surface
94 * @param[in] surface the VA source surface
    [all...]
  /external/chromium_org/third_party/libva/va/
va_android.h 52 * to get the decode output surface to an ISurface object.
59 VASurfaceID surface,
60 sp<ISurface> draw, /* Android Window/Surface */
va_x11.h 44 * to get the decode output surface to a X drawable
51 VASurfaceID surface,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 43 struct nouveau_surface surface; member in struct:nouveau_renderbuffer

Completed in 6222 milliseconds

1 2 3 4 5 67 8 91011>>