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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 184 GLES2Canvas* gpuCanvas() const { return m_gpuCanvas.get(); }
186 GLES2Canvas* gpuCanvas() const { return 0; }
ImageSkia.cpp 437 GLES2Canvas* gpuCanvas = ctxt->platformContext()->gpuCanvas();
438 Texture* texture = gpuCanvas->getTexture(bitmap);
442 texture = gpuCanvas->createTexture(bitmap, Texture::BGRA8, bitmap->width(), bitmap->height());
447 gpuCanvas->drawTexturedRect(texture, srcRect, dstRect, styleColorSpace, compositeOp);

Completed in 37 milliseconds