Searched refs:Blit (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DBlit.h7 // Blit.cpp: Surface copy utility class.
25 class Blit class in namespace:rx
28 explicit Blit(Renderer9 *renderer);
29 ~Blit();
90 DISALLOW_COPY_AND_ASSIGN(Blit);
H A DBlit.cpp8 // Blit.cpp: Surface copy utility class.
10 #include "libGLESv2/renderer/Blit.h"
49 Blit::Blit(rx::Renderer9 *renderer) function in class:rx::Blit
56 Blit::~Blit()
71 void Blit::initGeometry()
119 bool Blit::setShader(ShaderId source, const char *profile,
157 bool Blit::setVertexShader(ShaderId shader)
162 bool Blit
[all...]
H A DTextureStorage.h21 class Blit;
H A DTextureStorage9.h23 class Blit;
H A DRenderer.h57 class Blit;
H A DRenderer9.h235 Blit *mBlit;
H A DRenderer9.cpp23 #include "libGLESv2/renderer/Blit.h"
523 mBlit = new Blit(this);
/external/chromium_org/ui/gfx/
H A Dblit_unittest.cc61 TEST(Blit, ScrollCanvas) {
141 TEST(Blit, WithSharedMemory) {
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c896 surface->Blit (surface, src->hwdata->surface, &sr, dr.x, dr.y);
948 HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
990 HIDDEN->c2frame->Blit(HIDDEN->c2frame, this->screen->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
1045 HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */ member in struct:gl_meta_state
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit);
1399 struct blit_state *blit = &ctx->Meta->Blit;
1470 printf("Blit from texture!\n");
1579 struct blit_state *blit = &ctx->Meta->Blit;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */ member in struct:gl_meta_state
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit);
1399 struct blit_state *blit = &ctx->Meta->Blit;
1470 printf("Blit from texture!\n");
1579 struct blit_state *blit = &ctx->Meta->Blit;

Completed in 377 milliseconds