Home
last modified time | relevance | path

Searched refs:Blit (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat23 call:BuildShader Blit.vs standardvs vs_2_0 compiled\standardvs.h …
24 call:BuildShader Blit.vs flipyvs vs_2_0 compiled\flipyvs.h …
25 call:BuildShader Blit.ps passthroughps ps_2_0 compiled\passthroughps.h …
26 call:BuildShader Blit.ps luminanceps ps_2_0 compiled\luminanceps.h …
27 call:BuildShader Blit.ps componentmaskps ps_2_0 compiled\componentmaskps.h …
/external/chromium_org/ui/gfx/
Dblit_unittest.cc61 TEST(Blit, ScrollCanvas) { in TEST() argument
146 TEST(Blit, WithSharedMemory) { in TEST() argument
Dcanvas_paint_mac.mm28 // Blit the dirty rect to the current context.
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_video.c896 surface->Blit (surface, src->hwdata->surface, &sr, dr.x, dr.y); in DirectFB_HWAccelBlit()
948 …HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->… in DirectFB_FlipHWSurface()
990 …HIDDEN->c2frame->Blit(HIDDEN->c2frame, this->screen->hwdata->surface, NULL, HIDDEN->c2dsize.x, HID… in DirectFB_DirectUpdate()
1045 … HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y); in DirectFB_WindowedUpdate()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Dmeta.c337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */ member
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit); in _mesa_meta_free()
1399 struct blit_state *blit = &ctx->Meta->Blit; in init_blit_depth_pixels()
1579 struct blit_state *blit = &ctx->Meta->Blit; in _mesa_meta_BlitFramebuffer()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */ member
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit); in _mesa_meta_free()
1399 struct blit_state *blit = &ctx->Meta->Blit; in init_blit_depth_pixels()
1579 struct blit_state *blit = &ctx->Meta->Blit; in _mesa_meta_BlitFramebuffer()