Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSampledCodec.cpp207 const SkImageInfo nativeInfo = info.makeDimensions(nativeSize); in sampledDecode() local
222 const SkCodec::Result startResult = this->codec()->startIncrementalDecode(nativeInfo, in sampledDecode()
263 SkCodec::Result result = this->codec()->startScanlineDecode(nativeInfo, in sampledDecode()
/external/skqp/src/codec/
DSkSampledCodec.cpp214 const SkImageInfo nativeInfo = info.makeWH(nativeSize.width(), nativeSize.height()); in sampledDecode() local
229 const SkCodec::Result startResult = this->codec()->startIncrementalDecode(nativeInfo, in sampledDecode()
266 SkCodec::Result result = this->codec()->startScanlineDecode(nativeInfo, in sampledDecode()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2274 const nativegl::InternalFormat &nativeInfo = in SupportsNativeRendering() local
2276 return nativegl_gl::MeetsRequirements(functions, nativeInfo.textureAttachment); in SupportsNativeRendering()