HomeSort by relevance Sort by last modified time
    Searched defs:dst_surface (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 442 struct pipe_surface *dst_surface; local
528 dst_surface = dst;
532 dst_surface = pipe->create_surface(pipe, dst->texture, &templ);
537 if (src_tex == dst_surface->texture &&
538 dst_surface->u.tex.level == src_level &&
539 dst_surface->u.tex.first_layer == srcZ0) {
650 dst_surface->texture->nr_samples,
743 ctx->viewport.scale[0] = 0.5f * dst_surface->width;
744 ctx->viewport.scale[1] = 0.5f * dst_surface->height;
747 ctx->viewport.translate[0] = 0.5f * dst_surface->width
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 442 struct pipe_surface *dst_surface; local
528 dst_surface = dst;
532 dst_surface = pipe->create_surface(pipe, dst->texture, &templ);
537 if (src_tex == dst_surface->texture &&
538 dst_surface->u.tex.level == src_level &&
539 dst_surface->u.tex.first_layer == srcZ0) {
650 dst_surface->texture->nr_samples,
743 ctx->viewport.scale[0] = 0.5f * dst_surface->width;
744 ctx->viewport.scale[1] = 0.5f * dst_surface->height;
747 ctx->viewport.translate[0] = 0.5f * dst_surface->width
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 561 struct pipe_surface *dst_surface; local
569 &dst_texture, &dst_surface)) {
602 dst_surface, /* pipe_surface (dst) */
614 /* map the dst_surface so we can read from it */
675 util_destroy_rgba_surface(dst_texture, dst_surface);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 561 struct pipe_surface *dst_surface; local
569 &dst_texture, &dst_surface)) {
602 dst_surface, /* pipe_surface (dst) */
614 /* map the dst_surface so we can read from it */
675 util_destroy_rgba_surface(dst_texture, dst_surface);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 1906 LPDIRECTDRAWSURFACE3 dst_surface; local
1998 LPDIRECTDRAWSURFACE3 dst_surface; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1109 struct pipe_surface* dst_surface; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1109 struct pipe_surface* dst_surface; local
    [all...]

Completed in 711 milliseconds