Searched refs:renderTarget (Results 1 – 6 of 6) sorted by relevance
45 GrBackendRenderTarget renderTarget = canvas->topLayerBackendRenderTarget(); in GetFboDetails() local47 LOG_ALWAYS_FATAL_IF(!renderTarget.getGLFramebufferInfo(&fboInfo), in GetFboDetails()51 *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()
518 RenderTarget renderTarget = (RenderTarget) backing.lock(ACCESS_RENDERTARGET); in syncTo() local520 renderTarget.getPixelData(mDimensions[0], mDimensions[1])); in syncTo()
76 sp<Surface> renderTarget; variable
117 scene->renderTarget = surface; in doRun()