Home
last modified time | relevance | path

Searched refs:GrMakeInfoFromTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/
DSkGr.h86 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
/external/skia/src/gpu/
DSkGr.cpp581 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/
DSkSpecialImage.cpp276 const SkImageInfo info = GrMakeInfoFromTexture(fTexture, in getBitmap()