Home
last modified time | relevance | path

Searched refs:makeView (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp83 GrSurfaceProxyView GrAHardwareBufferImageGenerator::makeView(GrRecordingContext* context) { in makeView() function in GrAHardwareBufferImageGenerator
191 GrSurfaceProxyView texProxyView = this->makeView(context); in onGenerateTexture()
DGrAHardwareBufferImageGenerator.h52 GrSurfaceProxyView makeView(GrRecordingContext* context);
DGrYUVATextureProxies.h60 GrSurfaceProxyView makeView(int i) const { in makeView() function
/third_party/skia/src/image/
DSkImage_Gpu.cpp342 auto ctx = dContext->priv().makeSC(this->makeView(dContext), this->imageInfo().colorInfo()); in onAsyncRescaleAndReadPixels()
365 auto ctx = dContext->priv().makeSC(this->makeView(dContext), this->imageInfo().colorInfo()); in onAsyncRescaleAndReadPixelsYUV420()
832 return {CopyView(recordingContext, this->makeView(recordingContext), mipmapped, policy), in onAsView()
835 GrSurfaceProxyView view = this->makeView(recordingContext); in onAsView()
864 GrSurfaceProxyView SkImage_Gpu::makeView(GrRecordingContext* rContext) const { in makeView() function in SkImage_Gpu
DSkImage_Gpu.h95 GrSurfaceProxyView makeView(GrRecordingContext*) const;
DSkImage_GpuYUVA.cpp80 auto newView = GrCopyBaseMipMapToView(context, fYUVAProxies.makeView(i)); in setupMipmapsForPlanes()
84 SkASSERT(newView.swizzle() == fYUVAProxies.makeView(i).swizzle()); in setupMipmapsForPlanes()
/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp57 GrSurfaceProxyView view = yuvaProxies.makeView(i); in Make()