HomeSort by relevance Sort by last modified time
    Searched refs:surface (Results 276 - 300 of 721) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/compositor/
gpu_process_transport_factory.cc 181 // set up to draw to the display's surface.
225 scoped_ptr<SoftwareBrowserCompositorOutputSurface> surface(
232 return surface.PassAs<cc::OutputSurface>();
235 scoped_ptr<BrowserCompositorOutputSurface> surface; local
238 surface.reset(new GpuSurfacelessBrowserCompositorOutputSurface(
247 if (!surface)
248 surface.reset(new GpuBrowserCompositorOutputSurface(
256 data->reflector->ReattachToOutputSurfaceFromMainThread(surface.get());
258 return surface.PassAs<cc::OutputSurface>();
371 BrowserCompositorOutputSurface* surface = output_surface_map_.Lookup local
    [all...]
  /external/chromium_org/cc/layers/
render_surface.h 96 // surface.
106 // RenderPasses so they can't contribute to a surface.
109 void SetNearestOcclusionImmuneAncestor(RenderSurface* surface) {
110 nearest_occlusion_immune_ancestor_ = surface;
123 // Uses this surface's space.
138 // Uses the space of the surface's target surface.
143 // The nearest ancestor target surface that will contain the contents of this
144 // surface, and that ignores outside occlusion. This can point to itself.
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 26 class Surface;
50 void destroySurface(egl::Surface *surface);
56 bool isValidSurface(egl::Surface *surface);
78 typedef std::set<Surface*> SurfaceSet;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Blit9.h 7 // Blit9.cpp: Surface copy utility class.
32 // Copy from source surface to dest surface.
37 // Copy from source surface to dest surface.
57 IDirect3DTexture9 *copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect);
60 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.h 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 67 fb->_ColorDrawBuffers[0])->surface;
80 fb->Attachment[BUFFER_DEPTH].Renderbuffer)->surface;
nouveau_fbo.c 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
89 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
107 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
139 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
288 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
289 &to_nouveau_renderbuffer(rb)->surface);
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status);
75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 67 fb->_ColorDrawBuffers[0])->surface;
80 fb->Attachment[BUFFER_DEPTH].Renderbuffer)->surface;
nouveau_fbo.c 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
89 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
107 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
139 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
288 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
289 &to_nouveau_renderbuffer(rb)->surface);
  /cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java 35 import android.view.Surface;
43 /** argument: Surface, int w, int h, return none */
60 Surface surface = Surface.CREATOR.createFromParcel(data);
63 start(surface, w, h);
96 private void start(Surface surface, int w, int h) {
98 mPresentation = new VirtualDisplayPresentation(this, surface, w, h);
112 private Surface mSurface
    [all...]
  /external/chromium_org/third_party/libva/va/
va_backend.h 204 VASurfaceID surface,
235 VASurfaceID surface,
257 VASurfaceID surface,
267 VASurfaceID surface,
326 short dest_x, /* upper left offset in surface */
371 /* lock/unlock surface for external access */
374 VASurfaceID surface,
383 * surface buffer name
385 void **buffer /* if it is not NULL, map the surface buffer for
392 VASurfaceID surface
    [all...]
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglmesaext.h 61 EGLAPI EGLBoolean EGLAPIENTRY eglShowScreenSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode);
64 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenSurfaceMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSHOWSCREENSURFACEMESA) (EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode);
77 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSCREENSURFACEMESA) (EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface);
139 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
142 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_private.h 94 VASurfaceID surface,
110 VAStatus vlVaDeriveImage(VADriverContextP ctx,VASurfaceID surface,VAImage *image);
113 VAStatus vlVaGetImage(VADriverContextP ctx,VASurfaceID surface,int x,int y,unsigned int width,unsigned int height,VAImageID image);
115 VASurfaceID surface,
150 VASurfaceID surface,
160 VAStatus vlVaUnlockSurface(VADriverContextP ctx,VASurfaceID surface);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 186 XvMCSurface surface; local
230 assert(XvMCCreateSurface(display, &context, &surface) == Success);
265 assert(XvMCRenderSurface(display, &context, XVMC_FRAME_PICTURE, &surface, NULL, NULL, 0, mbw * mbh, 0, &mb_array, &block_array) == Success);
266 assert(XvMCFlushSurface(display, &surface) == Success);
269 assert(XvMCPutSurface(display, &surface, window, 0, 0, config.input_width, config.input_height, 0, 0, config.output_width, config.output_height, XVMC_FRAME_PICTURE) == Success);
292 assert(XvMCDestroySurface(display, &surface) == Success);
  /external/mesa3d/include/EGL/
eglmesaext.h 61 EGLAPI EGLBoolean EGLAPIENTRY eglShowScreenSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode);
64 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenSurfaceMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSHOWSCREENSURFACEMESA) (EGLDisplay dpy, EGLint screen, EGLSurface surface, EGLModeMESA mode);
77 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSCREENSURFACEMESA) (EGLDisplay dpy, EGLScreenMESA screen, EGLSurface *surface);
139 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
142 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 94 VASurfaceID surface,
110 VAStatus vlVaDeriveImage(VADriverContextP ctx,VASurfaceID surface,VAImage *image);
113 VAStatus vlVaGetImage(VADriverContextP ctx,VASurfaceID surface,int x,int y,unsigned int width,unsigned int height,VAImageID image);
115 VASurfaceID surface,
150 VASurfaceID surface,
160 VAStatus vlVaUnlockSurface(VADriverContextP ctx,VASurfaceID surface);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 186 XvMCSurface surface; local
230 assert(XvMCCreateSurface(display, &context, &surface) == Success);
265 assert(XvMCRenderSurface(display, &context, XVMC_FRAME_PICTURE, &surface, NULL, NULL, 0, mbw * mbh, 0, &mb_array, &block_array) == Success);
266 assert(XvMCFlushSurface(display, &surface) == Success);
269 assert(XvMCPutSurface(display, &surface, window, 0, 0, config.input_width, config.input_height, 0, 0, config.output_width, config.output_height, XVMC_FRAME_PICTURE) == Success);
292 assert(XvMCDestroySurface(display, &surface) == Success);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_blorp.cpp 132 /* SURFACE_STATE for renderbuffer or texture surface (see
138 const brw_blorp_surface_info *surface,
145 uint32_t width = surface->width;
146 uint32_t height = surface->height;
152 struct intel_region *region = surface->mt->region;
160 if (surface->mt->align_h == 4)
162 if (surface->mt->align_w == 8)
165 surf->ss0.surface_format = surface->brw_surfaceformat;
167 surf->ss0.surface_array_spacing = surface->array_spacing_lod0 ?
171 surf->ss1.base_addr = surface->compute_tile_offsets(&tile_x, &tile_y)
    [all...]
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 250 EGLSurface surface = eglCreatePbufferSurface(display, m_config, attribList); local
254 m_surfaces.push_back(surface);
263 EGLSurface surface = EGL_NO_SURFACE; local
268 surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
272 if (surface != EGL_NO_SURFACE)
273 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface));
280 m_surfaces.push_back(surface);
289 EGLSurface surface = EGL_NO_SURFACE; local
294 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_NULL);
298 if (surface != EGL_NO_SURFACE
496 EGLSurface surface = m_surfaces[m_rnd.getUint32() % m_surfaces.size()]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_blorp.cpp 132 /* SURFACE_STATE for renderbuffer or texture surface (see
138 const brw_blorp_surface_info *surface,
145 uint32_t width = surface->width;
146 uint32_t height = surface->height;
152 struct intel_region *region = surface->mt->region;
160 if (surface->mt->align_h == 4)
162 if (surface->mt->align_w == 8)
165 surf->ss0.surface_format = surface->brw_surfaceformat;
167 surf->ss0.surface_array_spacing = surface->array_spacing_lod0 ?
171 surf->ss1.base_addr = surface->compute_tile_offsets(&tile_x, &tile_y)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 365 /* Initialize the surface. */
391 unsigned dst_tile_mode = dst->surface.level[info->dst.level].mode;
582 orig->npix0_x = rtex->surface.level[0].npix_x;
583 orig->npix0_y = rtex->surface.level[0].npix_y;
584 orig->npix_x = rtex->surface.level[level].npix_x;
585 orig->npix_y = rtex->surface.level[level].npix_y;
598 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
600 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 365 /* Initialize the surface. */
391 unsigned dst_tile_mode = dst->surface.level[info->dst.level].mode;
582 orig->npix0_x = rtex->surface.level[0].npix_x;
583 orig->npix0_y = rtex->surface.level[0].npix_y;
584 orig->npix_x = rtex->surface.level[level].npix_x;
585 orig->npix_y = rtex->surface.level[level].npix_y;
598 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
600 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y)
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 31 import android.view.Surface;
147 * Constructor flag: surface must be recordable. This discourages EGL from using a
259 // The actual surface is generally RGBA or RGBX, so situationally omitting alpha
309 // the EGL state, so if a surface or context is still current on another
321 * Destroys the specified surface. Note the EGLSurface won't actually be destroyed if it's
329 * Creates an EGL surface associated with a Surface.
333 public EGLSurface createWindowSurface(Object surface) {
334 if (!(surface instanceof Surface) && !(surface instanceof SurfaceTexture))
451 EGLSurface surface; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 38 import android.view.Surface;
173 private Surface mSurface = null;
190 Surface surface = mSurface; local
191 if (surface == null) return;
192 if (!surface.isValid()) return;
194 Canvas c = surface.lockCanvas(null);
207 surface.unlockCanvasAndPost(c);
235 public boolean onSetSurface(Surface surface) {
    [all...]

Completed in 3982 milliseconds

<<11121314151617181920>>