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

1 2 3 45 6 7 8 910

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 140 p->surf.usage = PIPE_BIND_RENDER_TARGET;
141 p->surf.format = PIPE_FORMAT_B8G8R8A8_UNORM;
  /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]);
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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c 448 struct pipe_surface *surf; local
456 surf = ctx->pipe->create_surface(ctx->pipe,
459 if (surf) {
462 surf, 0, 0, stfb->width, stfb->height,
465 pipe_surface_reference(&surf, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 47 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
282 graw_save_surface_to_file(ctx, surf, NULL);
473 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
474 if (surf == NULL)
481 fb.cbufs[0] = surf;
gs-test.c 49 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
346 graw_save_surface_to_file(ctx, surf, NULL);
537 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
538 if (surf == NULL)
545 fb.cbufs[0] = surf;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 448 struct pipe_surface *surf; local
456 surf = ctx->pipe->create_surface(ctx->pipe,
459 if (surf) {
462 surf, 0, 0, stfb->width, stfb->height,
465 pipe_surface_reference(&surf, NULL);
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 47 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
282 graw_save_surface_to_file(ctx, surf, NULL);
473 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
474 if (surf == NULL)
481 fb.cbufs[0] = surf;
gs-test.c 49 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
346 graw_save_surface_to_file(ctx, surf, NULL);
537 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
538 if (surf == NULL)
545 fb.cbufs[0] = surf;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c 307 _EGLSurface *surf = (_EGLSurface *) list; local
310 _eglUnlinkSurface(surf);
311 drv->API.DestroySurface(drv, display, surf);
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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 309 struct pipe_surface *surf)
311 pipe_resource_reference(&surf->texture, NULL);
312 FREE(surf);
  /external/mesa3d/src/egl/main/
egldisplay.c 307 _EGLSurface *surf = (_EGLSurface *) list; local
310 _eglUnlinkSurface(surf);
311 drv->API.DestroySurface(drv, display, surf);
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/i915/
i915_surface.c 309 struct pipe_surface *surf)
311 pipe_resource_reference(&surf->texture, NULL);
312 FREE(surf);
  /external/skia/tests/
DrawPathTest.cpp 40 SkSurface* surf = SkSurface::NewRasterPMColor(300, 33300); local
41 SkCanvas* canvas = surf->getCanvas();
68 surf->unref();
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 484 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
485 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
488 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
489 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 290 struct pipe_surface *surf)
296 assert(surf->texture);
297 pipe_resource_reference(&surf->texture, NULL);
298 FREE(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);
  /external/dnsmasq/src/
util.c 17 /* The SURF random number generator was taken from djbdns-1.05, by
44 /* SURF random number generator */
67 static void surf(void) function
92 surf();
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 290 struct pipe_surface *surf)
296 assert(surf->texture);
297 pipe_resource_reference(&surf->texture, NULL);
298 FREE(surf);
  /external/mesa3d/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);
  /external/qemu/android/skin/
surface.c 58 SkinSurface* surf = *psurface; local
59 if (surf) {
60 if (--surf->refcount <= 0)
61 skin_surface_free(surf);
  /frameworks/native/opengl/include/EGL/
eglext.h 479 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
480 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
483 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
484 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image9.cpp 329 IDirect3DSurface9 *surf = 0; local
330 HRESULT result = device->CreateOffscreenPlainSurface(desc.Width, desc.Height, desc.Format, D3DPOOL_SYSTEMMEM, &surf, NULL);
334 copyLockableSurfaces(surf, sourceSurface);
335 result = device->UpdateSurface(surf, &rect, destSurface, &point);
337 surf->Release();

Completed in 733 milliseconds

1 2 3 45 6 7 8 910