/external/qemu/android/skin/ |
scaler.c | 107 SDL_Surface* dst_surface, 120 SDL_LockSurface( dst_surface ); 127 op.dst_pitch = dst_surface->pitch; 128 op.dst_line = dst_surface->pixels; 156 if (dst_surface->format->Rshift != 16 || 157 dst_surface->format->Gshift != 8 || 158 dst_surface->format->Bshift != 0) 160 uint32_t rshift = dst_surface->format->Rshift; 161 uint32_t gshift = dst_surface->format->Gshift; 162 uint32_t bshift = dst_surface->format->Bshift [all...] |
/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/gallium/state_trackers/xa/ |
xa_renderer.c | 393 struct pipe_surface *dst_surface, 403 assert(screen->is_format_supported(screen, dst_surface->format, 437 renderer_bind_destination(r, dst_surface, 438 dst_surface->width, dst_surface->height); 455 if (dst_surface->format == PIPE_FORMAT_L8_UNORM)
|
xa_priv.h | 239 struct pipe_surface *dst_surface,
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_renderer.c | 393 struct pipe_surface *dst_surface, 403 assert(screen->is_format_supported(screen, dst_surface->format, 437 renderer_bind_destination(r, dst_surface, 438 dst_surface->width, dst_surface->height); 455 if (dst_surface->format == PIPE_FORMAT_L8_UNORM)
|
xa_priv.h | 239 struct pipe_surface *dst_surface,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_compositor.h | 226 struct pipe_surface *dst_surface,
|
vl_compositor.c | 985 struct pipe_surface *dst_surface, 989 assert(dst_surface); 991 c->fb_state.width = dst_surface->width; 992 c->fb_state.height = dst_surface->height; 993 c->fb_state.cbufs[0] = dst_surface; 998 s->scissor.maxx = dst_surface->width; 999 s->scissor.maxy = dst_surface->height; 1007 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.h | 226 struct pipe_surface *dst_surface,
|
vl_compositor.c | 985 struct pipe_surface *dst_surface, 989 assert(dst_surface); 991 c->fb_state.width = dst_surface->width; 992 c->fb_state.height = dst_surface->height; 993 c->fb_state.cbufs[0] = dst_surface; 998 s->scissor.maxx = dst_surface->width; 999 s->scissor.maxy = dst_surface->height; 1007 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color [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...] |
/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/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9tex.h | 132 HRESULT WINAPI D3DXLoadSurfaceFromMemory(IDirect3DSurface9 *dst_surface,
|
d3d.h | [all...] |
d3d9.h | [all...] |
d3drmobj.h | 170 IDirectDrawSurface *src_surface, IDirectDrawSurface *dst_surface); [all...] |