HomeSort by relevance Sort by last modified time
    Searched defs:Blit (Results 1 - 5 of 5) 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...]
  /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/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...]

Completed in 243 milliseconds