Home
last modified time | relevance | path

Searched refs:texProxyView (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/
H A DGrAHardwareBufferImageGenerator.cpp191 GrSurfaceProxyView texProxyView = this->makeView(context); in onGenerateTexture() local
192 if (!texProxyView.proxy()) { in onGenerateTexture()
195 SkASSERT(texProxyView.asTextureProxy()); in onGenerateTexture()
200 return texProxyView; in onGenerateTexture()
209 return GrSurfaceProxyView::Copy(context, std::move(texProxyView), mipMapped, subset, in onGenerateTexture()

Completed in 2 milliseconds