Home
last modified time | relevance | path

Searched refs:CopyPixelsOut (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h33 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
DSoftwareRenderer.cpp213 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) in CopyPixelsOut() function in SoftwareRenderer
/external/mesa3d/src/hgl/
DGLRenderer.cpp71 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() function in BGLRenderer
DGLView.cpp129 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() function in BGLView
137 return fRenderer->CopyPixelsOut(source, dest); in CopyPixelsOut()
/external/mesa3d/include/HaikuGL/
DGLRenderer.h42 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
DGLView.h57 status_t CopyPixelsOut(BPoint source, BBitmap *dest);