Searched refs:makeView (Results 1 – 7 of 7) sorted by relevance
83 GrSurfaceProxyView GrAHardwareBufferImageGenerator::makeView(GrRecordingContext* context) { in makeView() function in GrAHardwareBufferImageGenerator191 GrSurfaceProxyView texProxyView = this->makeView(context); in onGenerateTexture()
52 GrSurfaceProxyView makeView(GrRecordingContext* context);
60 GrSurfaceProxyView makeView(int i) const { in makeView() function
342 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
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()
57 GrSurfaceProxyView view = yuvaProxies.makeView(i); in Make()