Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h34 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
DSoftwareRenderer.cpp264 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) in CopyPixelsOut() function in SoftwareRenderer
/third_party/mesa3d/src/hgl/
DGLRenderer.cpp66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() function in BGLRenderer
DGLView.cpp127 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) in CopyPixelsOut() function in BGLView
135 return fRenderer->CopyPixelsOut(source, dest); in CopyPixelsOut()
/third_party/mesa3d/include/HaikuGL/
DGLRenderer.h41 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
DGLView.h58 status_t CopyPixelsOut(BPoint source, BBitmap *dest);