Searched refs:renderTarget (Results 1 – 6 of 6) sorted by relevance
50 GrBackendRenderTarget renderTarget = skgpu::ganesh::TopLayerBackendRenderTarget(canvas); in GetFboDetails() local52 LOG_ALWAYS_FATAL_IF(!GrBackendRenderTargets::GetGLFramebufferInfo(renderTarget, &fboInfo), in GetFboDetails()56 *outFboSize = renderTarget.dimensions(); in GetFboDetails()
113 if (renderTarget) { in doFrame()114 RenderProxy::copySurfaceInto(renderTarget.get(), copyRequest); in doFrame()
252 RenderTarget renderTarget = output.lockRenderTarget(); in process() local254 renderTarget, in process()266 RenderTarget renderTarget = output.lockRenderTarget(); in processMulti() local268 renderTarget, in processMulti()292 RenderTarget renderTarget = output.lockRenderTarget(); in processNoInput() local293 processNoInput(renderTarget, output.getWidth(), output.getHeight()); in processNoInput()
500 RenderTarget renderTarget = (RenderTarget) backing.lock(ACCESS_RENDERTARGET); in syncTo() local502 renderTarget.getPixelData(mDimensions[0], mDimensions[1])); in syncTo()
76 sp<Surface> renderTarget; variable
117 scene->renderTarget = surface; in doRun()