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

<<11121314151617181920>>

  /external/chromium_org/ui/gfx/image/
cairo_cached_surface.cc 62 cairo_surface_t* surface = GetSurfaceFor(cr, display); local
63 cairo_set_source_surface(cr, surface, x, y);
77 cairo_surface_t* surface = GetSurfaceFor(cr, display); local
78 cairo_mask_surface(cr, surface, x, y);
90 // First time here since last UsePixbuf call. Generate the surface.
  /external/icu4c/samples/layout/
gnomeglue.h 29 void rs_gnomeRenderingSurfaceClose(rs_surface *surface);
pflow.h 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 84 /* Saves surface contents to a file.
87 * is used. If the option has not been specified, the surface
90 * Returns TRUE if the surface has been saved.
93 struct pipe_surface *surface,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
Makefile 16 surface.c \
surface.c 46 VdpVideoSurface *surface)
98 *surface = vlAddDataHTAB(p_surf);
99 if (*surface == 0) {
122 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface)
126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);
143 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface,
150 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
191 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface,
202 vlsurface = vlGetDataHTAB(surface);
270 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_winsys.h 65 * Open a shared surface (optional).
74 * Close a shared surface (optional).
78 struct stw_shared_surface *surface);
81 * Compose into a shared surface (optional).
83 * Blit the color buffer into a shared surface.
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 44 * pipe surface.
50 struct pipe_surface *surface; /* temporary view into texture */ member in struct:st_renderbuffer
  /external/qemu/android/skin/
window.c 62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
80 SDL_BlitSurface( skin_image_surface(back->image), &rs, surface, &rd );
81 //SDL_UpdateRects( surface, 1, &rd );
385 display_redraw_rect16( ADisplay* disp, SkinRect* rect, SDL_Surface* surface)
393 int dst_pitch = surface->pitch;
394 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
398 uint32_t rshift = surface->format->Rshift;
399 uint32_t gshift = surface->format->Gshift;
400 uint32_t bshift = surface->format->Bshift;
401 uint32_t amask = surface->format->Amask; // may be 0x00 for non-alpha forma
939 SDL_Surface* surface; member in struct:SkinWindow
1343 SDL_Surface* surface; local
    [all...]
  /external/skia/include/gpu/
SkGrPixelRef.h 50 SkGrPixelRef(GrSurface* surface, bool transferCacheLock = false);
  /frameworks/base/services/java/com/android/server/display/
DisplayDevice.java 21 import android.view.Surface;
44 // The display device owns its surface, but it should only set it
46 private Surface mCurrentSurface;
63 * Gets the Surface Flinger display token for this display.
66 * by Surface Flinger.
165 * Sets the display surface while in a transaction.
167 public final void setSurfaceInTransactionLocked(Surface surface) {
168 if (mCurrentSurface != surface) {
169 mCurrentSurface = surface;
    [all...]
  /frameworks/native/libs/gui/
LayerState.cpp 27 output.writeStrongBinder(surface);
47 surface = input.readStrongBinder();
78 output.writeStrongBinder(surface->asBinder());
89 surface = interface_cast<IGraphicBufferProducer>(input.readStrongBinder());
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 431 /* Hardware surface functions */
432 static int DX5_AllocHWSurface(_THIS, SDL_Surface *surface);
435 static int DX5_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key);
436 static int DX5_SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 alpha);
437 static int DX5_LockHWSurface(_THIS, SDL_Surface *surface);
438 static void DX5_UnlockHWSurface(_THIS, SDL_Surface *surface);
439 static int DX5_FlipHWSurface(_THIS, SDL_Surface *surface);
440 static void DX5_FreeHWSurface(_THIS, SDL_Surface *surface);
442 static int DX5_AllocDDSurface(_THIS, SDL_Surface *surface,
765 error = "Surface busy"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 46 VdpVideoSurface *surface)
98 *surface = vlAddDataHTAB(p_surf);
99 if (*surface == 0) {
122 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface)
126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);
143 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface,
150 vlVdpSurface *p_surf = vlGetDataHTAB(surface);
191 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface,
202 vlsurface = vlGetDataHTAB(surface);
270 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface,
    [all...]
  /external/qemu/android/
multitouch-screen.c 333 const DisplaySurface* const surface = mts_state->ds->surface; local
341 mts_state->fb_header.bpp = surface->pf.bytes_per_pixel;
342 mts_state->fb_header.bpl = surface->linesize;
343 mts_state->fb_header.disp_width = surface->width;
344 mts_state->fb_header.disp_height = surface->height;
345 mts_state->current_fb = surface->data;
449 mts_state->fb_header.disp_width = ds->surface->width;
450 mts_state->fb_header.disp_height = ds->surface->height;
453 mts_state->fb_header.bpp = ds->surface->pf.bytes_per_pixel
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
68 mRenderThread.setSurface(surface);
73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width,
79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
87 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
187 * Create an egl surface for the current SurfaceTexture surface. If a surface
188 * already exists, destroy it before creating the new surface.
190 * @return true if the surface was created successfully
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
68 mRenderThread.setSurface(surface);
73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width,
79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
87 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
187 * Create an egl surface for the current SurfaceTexture surface. If a surface
188 * already exists, destroy it before creating the new surface.
190 * @return true if the surface was created successfully
    [all...]
  /packages/apps/Launcher3/src/com/android/photos/views/
BlockingGLTextureView.java 66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
68 mRenderThread.setSurface(surface);
73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width,
79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
87 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
187 * Create an egl surface for the current SurfaceTexture surface. If a surface
188 * already exists, destroy it before creating the new surface.
190 * @return true if the surface was created successfully
    [all...]
  /bootable/recovery/
screen_ui.h 116 void LoadBitmap(const char* filename, gr_surface* surface);
117 void LoadLocalizedBitmap(const char* filename, gr_surface* surface);
  /cts/suite/cts/deviceTests/opengl/jni/reference/
GLReference.cpp 26 JNIEnv* env, jclass clazz, jobject assetManager, jobject surface, jint numFrames,
35 ReferenceRenderer* renderer = new ReferenceRenderer(ANativeWindow_fromSurface(env, surface));
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 25 import android.view.Surface;
214 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
215 if (surface != null) {
216 mOutPixelsAllocation.setSurface(new Surface(surface));
222 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
223 if (surface != null) {
224 mOutPixelsAllocation.setSurface(new Surface(surface));
229 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
    [all...]
  /external/chromium_org/content/browser/android/
surface_texture_peer_browser_impl.cc 18 // Pass a java surface object to the MediaPlayerAndroid object
43 gfx::ScopedJavaSurface surface(surface_texture_bridge.get());
44 player->SetVideoSurface(surface.Pass());
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.h 28 class Surface;
47 void destroySurface(egl::Surface *surface);
53 bool isValidSurface(egl::Surface *surface);
77 typedef std::set<Surface*> SurfaceSet;
  /external/chromium_org/third_party/libva/va/
va_egl.h 39 * is BC device id.) from surface id. Application
44 VASurfaceID surface,
71 * Return maximum number of EGL surface attributes supported by the implementation
74 * @return the maximum number of EGL surface attributes
99 * Creates a VA/EGL surface with the specified target
105 * @param[in] width the surface width
106 * @param[in] height the surface height
107 * @param[out] gl_surface the VA/EGL surface
119 * Destroy a VA/EGL surface
124 * @param[in] gl_surface the VA surface
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.c 84 struct pipe_surface *surface)
88 if(!surface)
91 assert(surface->texture == rb_resource->resource);
97 memcpy(&rb_surface->base, surface, sizeof(struct pipe_surface));
102 rb_surface->surface = surface; /* we own the surface already */
108 pipe_surface_reference(&surface, NULL);
117 pipe_surface_reference(&rb_surface->surface, NULL);

Completed in 394 milliseconds

<<11121314151617181920>>