Searched refs:makeView (Results 1 – 7 of 7) sorted by relevance
52 GrSurfaceProxyView makeView(GrRecordingContext* context);
83 GrSurfaceProxyView GrAHardwareBufferImageGenerator::makeView(GrRecordingContext* context) { in makeView() function in GrAHardwareBufferImageGenerator202 GrSurfaceProxyView texProxyView = this->makeView(context); in onGenerateTexture()
60 GrSurfaceProxyView makeView(int i) const { in makeView() function
343 this->makeView(dContext), in onAsyncRescaleAndReadPixels()368 this->makeView(dContext), in onAsyncRescaleAndReadPixelsYUV420()838 return {CopyView(recordingContext, this->makeView(recordingContext), mipmapped, policy), in onAsView()841 GrSurfaceProxyView view = this->makeView(recordingContext); in onAsView()872 GrSurfaceProxyView SkImage_Gpu::makeView(GrRecordingContext* rContext) const { in makeView() function in SkImage_Gpu
95 GrSurfaceProxyView makeView(GrRecordingContext*) const;
80 auto newView = GrCopyBaseMipMapToView(context, fYUVAProxies.makeView(i)); in setupMipmapsForPlanes()84 SkASSERT(newView.swizzle() == fYUVAProxies.makeView(i).swizzle()); in setupMipmapsForPlanes()
55 GrSurfaceProxyView view = yuvaProxies.makeView(i); in Make()