HomeSort by relevance Sort by last modified time
    Searched defs:surf (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs_surface_state.c 97 const int surf = SURF_INDEX_VERT_CONST_BUFFER; local
100 &brw->vs.surf_offset[surf]);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_surface_state.c 97 const int surf = SURF_INDEX_VERT_CONST_BUFFER; local
100 &brw->vs.surf_offset[surf]);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_program.h 57 struct pipe_surface surf; member in struct:program
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
clear.c 23 struct pipe_surface *surf; variable in typeref:struct:pipe_surface
34 graw_save_surface_to_file(ctx, surf, NULL);
89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
90 if (surf == NULL)
97 fb.cbufs[0] = surf;
shader-leak.c 31 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
217 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
218 if (surf == NULL) {
227 fb.cbufs[0] = surf;
tri-gs.c 27 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
224 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
225 if (surf == NULL)
232 fb.cbufs[0] = surf;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.h 57 struct pipe_surface surf; member in struct:program
  /external/mesa3d/src/gallium/tests/graw/
clear.c 23 struct pipe_surface *surf; variable in typeref:struct:pipe_surface
34 graw_save_surface_to_file(ctx, surf, NULL);
89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
90 if (surf == NULL)
97 fb.cbufs[0] = surf;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c 400 _EGLSurface *surf = ctx->DrawSurface; local
403 if (!surf)
405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE)
408 rb = surf->RenderBuffer;
egldisplay.c 307 _EGLSurface *surf = (_EGLSurface *) list; local
310 _eglUnlinkSurface(surf);
311 drv->API.DestroySurface(drv, display, surf);
eglsurface.h 82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
87 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *value);
91 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint value);
95 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer);
99 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
106 _eglGetSurface(_EGLSurface *surf)
108 if (surf)
109 _eglGetResource(&surf->Resource);
110 return surf;
118 _eglPutSurface(_EGLSurface *surf)
154 _EGLSurface *surf = (_EGLSurface *) surface; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.h 71 struct rbug_resource *surf; member in struct:rbug_context::__anon17541
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
presentation.c 206 vlVdpOutputSurface *surf; local
220 surf = vlGetDataHTAB(surface);
221 if (!surf)
242 surf->timestamp = (vlVdpTime)earliest_presentation_time;
266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
278 pipe->screen->fence_reference(pipe->screen, &surf->fence, NULL);
279 pipe->flush(pipe, &surf->fence);
313 vlVdpOutputSurface *surf; local
323 surf = vlGetDataHTAB(surface);
324 if (!surf)
347 vlVdpOutputSurface *surf; local
    [all...]
mixer.c 223 vlVdpSurface *surf; local
234 surf = vlGetDataHTAB(video_surface_current);
235 if (!surf)
238 if (surf->device != vmixer->device)
241 if (vmixer->video_width > surf->video_buffer->width ||
242 vmixer->video_height > surf->video_buffer->height ||
243 vmixer->chroma_format != surf->video_buffer->chroma_format)
288 rect.x1 = surf->templat.width;
289 rect.y1 = surf->templat.height;
292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SamplePictFile.cpp 142 SkSurface* surf = SkSurface::NewRasterPMColor(pic->width(), pic->height()); local
143 surf->getCanvas()->drawPicture(pic);
144 surf->unref();
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface_factory_unittest.cc 170 scoped_ptr<ui::SurfaceOzoneCanvas> surf = factory_->CreateCanvasForWidget(w); local
171 EXPECT_TRUE(surf);
  /external/mesa3d/src/egl/main/
eglcontext.c 400 _EGLSurface *surf = ctx->DrawSurface; local
403 if (!surf)
405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE)
408 rb = surf->RenderBuffer;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 71 struct rbug_resource *surf; member in struct:rbug_context::__anon31100
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 206 vlVdpOutputSurface *surf; local
220 surf = vlGetDataHTAB(surface);
221 if (!surf)
242 surf->timestamp = (vlVdpTime)earliest_presentation_time;
266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
278 pipe->screen->fence_reference(pipe->screen, &surf->fence, NULL);
279 pipe->flush(pipe, &surf->fence);
313 vlVdpOutputSurface *surf; local
323 surf = vlGetDataHTAB(surface);
324 if (!surf)
347 vlVdpOutputSurface *surf; local
    [all...]
  /external/skia/samplecode/
SamplePictFile.cpp 142 SkSurface* surf = SkSurface::NewRasterPMColor(pic->width(), pic->height()); local
143 surf->getCanvas()->drawPicture(pic);
144 surf->unref();
  /bootable/recovery/minui/
graphics_adf.c 53 struct drm_mode_modeinfo *mode, struct adf_surface_pdata *surf)
55 memset(surf, 0, sizeof(*surf));
57 surf->fd = adf_interface_simple_buffer_alloc(pdata->intf_fd, mode->hdisplay,
58 mode->vdisplay, pdata->format, &surf->offset, &surf->pitch);
59 if (surf->fd < 0)
60 return surf->fd;
62 surf->base.width = mode->hdisplay;
63 surf->base.height = mode->vdisplay
197 struct adf_surface_pdata *surf = &pdata->surfaces[pdata->current_surface]; local
    [all...]
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.cc 220 cairo_surface_t* surf = cairo_image_surface_create( local
224 if (cairo_surface_status(surf) != CAIRO_STATUS_SUCCESS) {
225 cairo_surface_destroy(surf);
228 return InstallCairoSurfacePixels(&bitmap_, surf, is_opaque);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 43 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; local
44 struct dri2_egl_surface *dri2_surf = surf->dri_private;
62 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; local
63 struct dri2_egl_surface *dri2_surf = surf->dri_private;
76 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; local
77 struct dri2_egl_surface *dri2_surf = surf->dri_private;
95 struct gbm_dri_surface *surf; local
113 surf = gbm_dri_surface((struct gbm_surface *) window);
114 dri2_surf->gbm_surf = surf;
115 dri2_surf->base.Width = surf->base.width
184 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 157 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; local
158 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
193 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; local
194 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
209 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; local
210 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
289 egl_g3d_create_st_framebuffer(_EGLSurface *surf)
291 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 361 struct pipe_surface surf_templ, *surf; local
390 surf = pipe->create_surface(pipe, tex, &surf_templ);
392 if (!surf)
436 vl_compositor_render(cstate, compositor, surf, dirty_area);

Completed in 1091 milliseconds

1 2 3 4