Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2298 const nativegl::InternalFormat &nativeInfo = in SupportsNativeRendering() local
2300 return nativegl_gl::MeetsRequirements(functions, nativeInfo.textureAttachment); in SupportsNativeRendering()