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

  /external/skia/include/gpu/
SkGr.h 97 void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst);
  /external/skia/src/image/
SkImage_Gpu.cpp 44 GrWrapTextureInBitmap(fTexture, this->width(), this->height(), this->isOpaque(), &bm);
  /external/skia/src/gpu/
SkGr.cpp 758 void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst) {
SkGpuDevice.cpp     [all...]

Completed in 277 milliseconds