HomeSort by relevance Sort by last modified time
    Searched refs:Blit (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Blit.h 7 // Blit.cpp: Surface copy utility class.
25 class Blit
28 explicit Blit(Renderer9 *renderer);
29 ~Blit();
90 DISALLOW_COPY_AND_ASSIGN(Blit);
Blit.cpp 8 // Blit.cpp: Surface copy utility class.
10 #include "libGLESv2/renderer/Blit.h"
49 Blit::Blit(rx::Renderer9 *renderer)
56 Blit::~Blit()
71 void Blit::initGeometry()
119 bool Blit::setShader(ShaderId source, const char *profile,
139 ERR("Failed to create shader for blit operation");
150 ERR("Failed to set shader for blit operation")
    [all...]
TextureStorage.h 21 class Blit;
TextureStorage9.h 23 class Blit;
Renderer.h 57 class Blit;
Renderer9.h 229 Blit *mBlit;
Renderer9.cpp 23 #include "libGLESv2/renderer/Blit.h"
499 mBlit = new Blit(this);
    [all...]
  /hardware/ti/omap4xxx/hwc/
hal_public.h 128 /* Custom-blit components in lieu of overlay hardware */
129 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
  /external/chromium_org/ui/gfx/
blit_unittest.cc 9 #include "ui/gfx/blit.h"
61 TEST(Blit, ScrollCanvas) {
141 TEST(Blit, WithSharedMemory) {
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 896 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/
meta.c 337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */
347 static void meta_glsl_blit_cleanup(struct gl_context *ctx, struct blit_state *blit);
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit);
1399 struct blit_state *blit = &ctx->Meta->Blit; local
1579 struct blit_state *blit = &ctx->Meta->Blit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */
347 static void meta_glsl_blit_cleanup(struct gl_context *ctx, struct blit_state *blit);
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit);
1399 struct blit_state *blit = &ctx->Meta->Blit; local
1579 struct blit_state *blit = &ctx->Meta->Blit; local
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);

Completed in 510 milliseconds