HomeSort by relevance Sort by last modified time
    Searched full:surf (Results 76 - 100 of 229) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-sample.c 33 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
156 graw_save_surface_to_file(ctx, surf, NULL);
346 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
347 if (surf == NULL)
354 fb.cbufs[0] = surf;
vs-test.c 47 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
233 graw_save_surface_to_file(ctx, surf, NULL);
424 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
425 if (surf == NULL)
432 fb.cbufs[0] = surf;
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 51 u_surface_default_template(struct pipe_surface *surf,
55 memset(surf, 0, sizeof(*surf));
57 surf->format = texture->format;
59 surf->usage = bind;
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 33 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
156 graw_save_surface_to_file(ctx, surf, NULL);
346 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
347 if (surf == NULL)
354 fb.cbufs[0] = surf;
vs-test.c 47 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
233 graw_save_surface_to_file(ctx, surf, NULL);
424 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
425 if (surf == NULL)
432 fb.cbufs[0] = surf;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
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/mesa3d/src/gallium/state_trackers/vdpau/
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/angle/src/libEGL/
Surface.cpp 237 Surface* surf = reinterpret_cast<Surface*>(GetProp(hwnd, kSurfaceProperty)); local
238 if(surf)
240 surf->checkForOutOfDateSwapChain();
  /external/chromium_org/chrome/installer/setup/eula/
oem_da.html 18 <span class="title">Surf p&aring; nettet med Google Chrome</span><br /><span class="desc">Brug af internettet er hurtigere, sikrere og nemmere med Google Crome &ndash; webbrowseren, der er installeret p&aring; din pc.</span>
oem_en-GB.html 18 <span class="title">Surf the web with Google Chrome</span><br /> <span class="desc">Using the Internet is faster, safer and easier with Google Chrome, the web browser installed on your PC</span>
oem_en.html 18 <span class="title">Surf the web with Google Chrome</span><br />
oem_fil.html 18 <span class="title">Mag-surf sa web gamit ang Google Chrome</span><br /> <span class="desc">Ang paggamit ng internet ay mas mabilis, mas ligtas at mas madali gamit ang Google Chrome, ang web browser na naka-install sa iyong PC</span>
oem_nl.html 18 <span class="title">Surf op 't web Google Chrome</span><br /> <span class="desc">Het is sneller, veiliger en eenvoudiger om te internetten met Google Chrome, de browser die u op uw pc installeert.</span>
oem_no.html 18 <span class="title">Surf p&aring; Internett med Google Chrome</span><br /> <span class="desc">Bruk av Internett er raskere, sikrere og enklere med Google Chrome, nettleseren som er installert p&aring; datamaskinen din</span>
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 370 struct radeon_surface *surf)
374 return radeon_surface_init(ws->surf_man, surf);
378 struct radeon_surface *surf)
382 return radeon_surface_best(ws->surf_man, surf);
radeon_winsys.h 375 * \param surf Surface structure ptr
378 struct radeon_surface *surf);
384 * \param surf Surface structure ptr
387 struct radeon_surface *surf);
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 370 struct radeon_surface *surf)
374 return radeon_surface_init(ws->surf_man, surf);
378 struct radeon_surface *surf)
382 return radeon_surface_best(ws->surf_man, surf);
radeon_winsys.h 375 * \param surf Surface structure ptr
378 struct radeon_surface *surf);
384 * \param surf Surface structure ptr
387 struct radeon_surface *surf);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 69 typedef EGLBoolean (*SwapInterval_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
114 typedef EGLBoolean (*SwapBuffersRegionNOK_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint numRects, const EGLint *rects);
eglscreen.c 194 _EGLScreen *scrn, _EGLSurface **surf)
196 *surf = scrn->CurrentSurface;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_program.c 140 p->surf.usage = PIPE_BIND_RENDER_TARGET;
141 p->surf.format = PIPE_FORMAT_B8G8R8A8_UNORM;
  /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]);
gen6_blorp.cpp 429 uint32_t *surf = (uint32_t *) local
433 surf[0] = (BRW_SURFACE_2D << BRW_SURFACE_TYPE_SHIFT |
439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) +
442 surf[2] = (0 << BRW_SURFACE_LOD_SHIFT |
452 surf[3] = (tiling |
456 surf[4] = brw_get_surface_num_multisamples(surface->num_samples);
463 surf[5] = ((tile_x / 4) << BRW_SURFACE_X_OFFSET_SHIFT |
472 surf[1] - region->bo->offset,
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.h 69 typedef EGLBoolean (*SwapInterval_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
114 typedef EGLBoolean (*SwapBuffersRegionNOK_t)(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint numRects, const EGLint *rects);
eglscreen.c 194 _EGLScreen *scrn, _EGLSurface **surf)
196 *surf = scrn->CurrentSurface;

Completed in 1891 milliseconds

1 2 34 5 6 7 8 910