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

<<11121314151617181920>>

  /external/qemu/
curses.c 108 ds->surface->width = width * FONT_WIDTH;
109 ds->surface->height = height * FONT_HEIGHT;
172 ds->surface->width = FONT_WIDTH * width;
173 ds->surface->height = FONT_HEIGHT * height;
200 ds->surface->width = FONT_WIDTH * width;
201 ds->surface->height = FONT_HEIGHT * height;
368 ds->surface = qemu_create_displaysurface_from(640, 400, 0, 0, (uint8_t*) screen);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 66 /* Set the requested video mode, returning a surface which will be
71 surface if necessary. If a new mode is returned, this function
86 /* Create a YUV video surface (possibly overlay) of the given
123 /* Allocates a surface in video memory */
124 int (*AllocHWSurface)(_THIS, SDL_Surface *surface);
127 on the current flags of the surface (colorkey, alpha, etc.)
131 /* Fills a surface rectangle with the given color */
135 int (*SetHWColorKey)(_THIS, SDL_Surface *surface, Uint32 key);
137 /* Sets per surface hardware alpha value */
138 int (*SetHWAlpha)(_THIS, SDL_Surface *surface, Uint8 value)
    [all...]
  /frameworks/base/services/jni/
com_android_server_AssetAtlasService.cpp 103 if (surface != EGL_NO_SURFACE) eglDestroySurface(display, surface); \
128 // We're going to use a 1x1 pbuffer surface later on
160 EGLSurface surface = EGL_NO_SURFACE; local
172 surface = eglCreatePbufferSurface(display, configs[0], surfaceAttrs);
173 if (surface == EGL_NO_SURFACE) {
174 ALOGW("Could not create EGL surface");
178 if (!eglMakeCurrent(display, surface, surface, context)) {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 60 /* surface funcs */
64 typedef EGLBoolean (*DestroySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface);
65 typedef EGLBoolean (*QuerySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint attribute, EGLint *value);
66 typedef EGLBoolean (*SurfaceAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint attribute, EGLint value);
67 typedef EGLBoolean (*BindTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint buffer);
68 typedef EGLBoolean (*ReleaseTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint buffer);
71 typedef EGLBoolean (*CopyBuffers_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLNativePixmapType target);
90 typedef EGLBoolean (*ShowScreenSurfaceMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *screen, _EGLSurface *surface, _EGLMode *mode);
93 typedef EGLBoolean (*QueryScreenSurfaceMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *screen, _EGLSurface **surface);
129 typedef EGLBoolean (*PostSubBufferNV_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surface, EGLint x, EGLint y, EGLint width, EGLint height)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
presentation.c 194 * Enter a surface into the presentation queue.
198 VdpOutputSurface surface,
220 surf = vlGetDataHTAB(surface);
249 if (pq->device->delayed_rendering.surface == surface &&
292 VDPAU_MSG(VDPAU_ERR, "[VDPAU] Dumping surface %d failed.\n", surface);
305 * Wait for a surface to finish being displayed.
309 VdpOutputSurface surface,
323 surf = vlGetDataHTAB(surface);
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.h 60 /* surface funcs */
64 typedef EGLBoolean (*DestroySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface);
65 typedef EGLBoolean (*QuerySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint attribute, EGLint *value);
66 typedef EGLBoolean (*SurfaceAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint attribute, EGLint value);
67 typedef EGLBoolean (*BindTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint buffer);
68 typedef EGLBoolean (*ReleaseTexImage_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLint buffer);
71 typedef EGLBoolean (*CopyBuffers_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLNativePixmapType target);
90 typedef EGLBoolean (*ShowScreenSurfaceMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *screen, _EGLSurface *surface, _EGLMode *mode);
93 typedef EGLBoolean (*QueryScreenSurfaceMESA_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLScreen *screen, _EGLSurface **surface);
129 typedef EGLBoolean (*PostSubBufferNV_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surface, EGLint x, EGLint y, EGLint width, EGLint height)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 194 * Enter a surface into the presentation queue.
198 VdpOutputSurface surface,
220 surf = vlGetDataHTAB(surface);
249 if (pq->device->delayed_rendering.surface == surface &&
292 VDPAU_MSG(VDPAU_ERR, "[VDPAU] Dumping surface %d failed.\n", surface);
305 * Wait for a surface to finish being displayed.
309 VdpOutputSurface surface,
323 surf = vlGetDataHTAB(surface);
    [all...]
  /bootable/recovery/
screen_ui.cpp 100 gr_surface surface = installationOverlay[frame];
101 int iconWidth = gr_get_width(surface);
102 int iconHeight = gr_get_height(surface);
103 gr_blit(surface, 0, 0, iconWidth, iconHeight,
116 gr_surface surface = backgroundIcon[icon]; local
119 int iconWidth = gr_get_width(surface);
120 int iconHeight = gr_get_height(surface);
130 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
351 void ScreenRecoveryUI::LoadBitmap(const char* filename, gr_surface* surface) {
352 int result = res_create_surface(filename, surface);
    [all...]
  /external/chromium_org/content/app/android/
child_process_service.cc 61 gfx::ScopedJavaSurface surface(
65 if (surface.j_surface().is_null())
69 env, surface.j_surface().obj());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_blit.c 240 /* Copy a block of pixels from one surface to another using HW. */
280 orig->npix0_x = rtex->surface.level[0].npix_x;
281 orig->npix0_y = rtex->surface.level[0].npix_y;
282 orig->npix_x = rtex->surface.level[level].npix_x;
283 orig->npix_y = rtex->surface.level[level].npix_y;
296 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
298 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
312 rtex->surface.level[0].npix_x = orig->npix0_x
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.h 83 struct pipe_surface *surface; member in struct:rbug_surface
161 return rbug_surface(_surface)->surface;
194 struct pipe_surface *surface);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_winsys.h 67 /** Opaque surface handle */
84 * Emit a relocation for a host surface.
94 struct svga_winsys_surface *surface,
151 * Surfaces are not per-context. The same surface can be shared
152 * between multiple contexts, and surface operations can occur
160 * This creates a "surface" object in the SVGA3D device,
161 * and returns the surface ID (sid). Surfaces are generic
167 * - Surface may have multiple faces (for cube maps)
182 * which the surface may be used. For example, a depth surface
    [all...]
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.cc 162 scoped_ptr<cc::OutputSurface> surface; local
165 surface.reset(new cc::OutputSurface(context3d.Pass()));
166 return surface.Pass();
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 240 /* Copy a block of pixels from one surface to another using HW. */
280 orig->npix0_x = rtex->surface.level[0].npix_x;
281 orig->npix0_y = rtex->surface.level[0].npix_y;
282 orig->npix_x = rtex->surface.level[level].npix_x;
283 orig->npix_y = rtex->surface.level[level].npix_y;
296 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
298 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
312 rtex->surface.level[0].npix_x = orig->npix0_x
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 83 struct pipe_surface *surface; member in struct:rbug_surface
161 return rbug_surface(_surface)->surface;
194 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 67 /** Opaque surface handle */
84 * Emit a relocation for a host surface.
94 struct svga_winsys_surface *surface,
151 * Surfaces are not per-context. The same surface can be shared
152 * between multiple contexts, and surface operations can occur
160 * This creates a "surface" object in the SVGA3D device,
161 * and returns the surface ID (sid). Surfaces are generic
167 * - Surface may have multiple faces (for cube maps)
182 * which the surface may be used. For example, a depth surface
    [all...]
  /external/skia/tools/
skhello.cpp 36 SkAutoTUnref<SkSurface> surface(SkSurface::NewRaster(info));
37 doDraw(surface->getCanvas(), paint, text);
39 SkAutoTUnref<SkImage> image(surface->newImageSnapshot());
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 28 struct Surface;
41 M4OSA_ERR setSurface(const sp<Surface>& surface);
51 const sp<Surface>& surface,
56 const sp<Surface>& surface,
86 sp<Surface> mSurface;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface,
68 arg("surface", surface);
72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap);
153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) {
156 arg("surface", surface);
159 boolean result = mEgl10.eglDestroySurface(display, surface);
303 public boolean eglQuerySurface(EGLDisplay display, EGLSurface surface,
307 arg("surface", surface)
    [all...]
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralView.java 25 import android.view.Surface;
59 Surface surface = null; local
60 while (surface == null) {
61 surface = surfaceHolder.getSurface();
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveActivity.java 23 import android.view.Surface;
35 private volatile Surface mSurface = null;
106 Surface surface, boolean offscreen, int workload);
109 Surface surface, boolean offscreen, int workload);
112 Surface surface, boolean offscreen, int workload);
115 Surface surface, boolean offscreen, int workload)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaStubActivity.java 36 SurfaceView surfaceV = (SurfaceView)findViewById(R.id.surface);
  /cts/tests/tests/nativeopengl/src/com/android/opengl/cts/
GLTestActivity.java 26 import android.view.Surface;
56 private static native void setSurface(Surface surface);
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 31 // Pass a java surface object to the MediaPlayerAndroid object
34 const base::android::JavaRef<jobject>& surface,
56 gfx::ScopedJavaSurface scoped_surface(surface);
136 jint pid, jobject surface, jint primary_id, jint secondary_id) {
138 jsurface.Reset(env, surface);
  /external/chromium_org/content/browser/aura/
image_transport_factory.h 29 // This class provides a way to get notified when surface handles get lost.
34 // Notifies that the surface handles generated by ImageTransportFactory were
44 // cross-process image transport, both for creating the shared surface handle
45 // (destination surface for the GPU process) and the transport client (logic for
46 // using that surface as a texture). The factory is a process-wide singleton.
63 // Creates a shared surface handle.
68 // Destroys a shared surface handle.
69 virtual void DestroySharedSurfaceHandle(gfx::GLSurfaceHandle surface) = 0;

Completed in 2030 milliseconds

<<11121314151617181920>>