Searched refs:GrMakeInfoFromTexture (Results 1 – 2 of 2) sorted by relevance
94 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
742 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque) { in GrMakeInfoFromTexture() function759 const SkImageInfo info = GrMakeInfoFromTexture(src, w, h, isOpaque); in GrWrapTextureInBitmap()