Searched refs:nativeInfo (Results 1 – 3 of 3) sorted by relevance
207 const SkImageInfo nativeInfo = info.makeDimensions(nativeSize); in sampledDecode() local222 const SkCodec::Result startResult = this->codec()->startIncrementalDecode(nativeInfo, in sampledDecode()263 SkCodec::Result result = this->codec()->startScanlineDecode(nativeInfo, in sampledDecode()
214 const SkImageInfo nativeInfo = info.makeWH(nativeSize.width(), nativeSize.height()); in sampledDecode() local229 const SkCodec::Result startResult = this->codec()->startIncrementalDecode(nativeInfo, in sampledDecode()266 SkCodec::Result result = this->codec()->startScanlineDecode(nativeInfo, in sampledDecode()
2274 const nativegl::InternalFormat &nativeInfo = in SupportsNativeRendering() local2276 return nativegl_gl::MeetsRequirements(functions, nativeInfo.textureAttachment); in SupportsNativeRendering()