Searched refs:GrMakeInfoFromTexture (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/gpu/ |
D | SkGr.h | 86 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 581 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque) { in GrMakeInfoFromTexture() function 598 const SkImageInfo info = GrMakeInfoFromTexture(src, w, h, isOpaque); in GrWrapTextureInBitmap()
|
/external/skia/src/core/ |
D | SkSpecialImage.cpp | 276 const SkImageInfo info = GrMakeInfoFromTexture(fTexture, in getBitmap()
|