Home | History | Annotate | Download | only in hwui

Lines Matching refs:CopyResult

34 CopyResult OpenGLReadback::copySurfaceInto(Surface& surface, const Rect& srcRect,
46 return CopyResult::UnknownError;
50 return CopyResult::SourceEmpty;
54 return CopyResult::SourceInvalid;
59 return CopyResult::Timeout;
65 CopyResult OpenGLReadback::copyGraphicBufferInto(GraphicBuffer* graphicBuffer,
82 return CopyResult::UnknownError;
92 CopyResult copyResult = copyImageInto(sourceImage, texTransform, width, height,
100 return copyResult;
103 CopyResult OpenGLReadback::copyGraphicBufferInto(GraphicBuffer* graphicBuffer, SkBitmap* bitmap) {
123 inline CopyResult copyTextureInto(Caches& caches, RenderState& renderState,
132 return CopyResult::DestinationInvalid;
138 return CopyResult::DestinationInvalid;
144 return CopyResult::UnknownError;
240 return CopyResult::Success;
243 CopyResult OpenGLReadbackImpl::copyImageInto(EGLImageKHR eglImage,
257 return CopyResult::UnknownError;
264 CopyResult copyResult = copyTextureInto(caches, mRenderThread.renderState(),
267 return copyResult;
272 return CopyResult::Success == copyTextureInto(Caches::getInstance(),