Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DSkGr.h94 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
/external/skia/src/gpu/
DSkGr.cpp742 SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque) { in GrMakeInfoFromTexture() function
759 const SkImageInfo info = GrMakeInfoFromTexture(src, w, h, isOpaque); in GrWrapTextureInBitmap()