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

  /external/skia/include/gpu/
SkGr.h 94 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
  /external/skia/src/gpu/
SkGr.cpp 742 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque) {
759 const SkImageInfo info = GrMakeInfoFromTexture(src, w, h, isOpaque);

Completed in 79 milliseconds