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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 7 // Blit.cpp: Surface copy utility class.
25 class Blit
28 explicit Blit(Context *context);
29 ~Blit();
86 DISALLOW_COPY_AND_ASSIGN(Blit);
Blit.cpp 7 // Blit.cpp: Surface copy utility class.
9 #include "libGLESv2/Blit.h"
115 const char * const Blit::mShaderSource[] =
124 Blit::Blit(Context *context)
131 Blit::~Blit()
146 void Blit::initGeometry()
186 bool Blit::setShader(ShaderId source, const char *profile,
205 ERR("Failed to compile %s shader for blit operation %d, error 0x%08X.", profile, (int)source, hr)
    [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/webkit/Source/WebCore/platform/graphics/android/rendering/
DrawQuadData.h 43 Blit // 1:1 straight pixel blit

Completed in 310 milliseconds