Searched refs:CopyPixelsOut (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h33 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
H A DSoftwareRenderer.cpp213 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) function in class:SoftwareRenderer
220 ERROR("%s::CopyPixelsOut(): incompatible color space: %s != %s\n",
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h34 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
H A DSoftwareRenderer.cpp264 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) function in class:SoftwareRenderer
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLRenderer.cpp71 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLRenderer
H A DGLView.cpp128 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLView
136 return fRenderer->CopyPixelsOut(source, dest);
/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DGLRenderer.h42 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
H A DGLView.h57 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DGLRenderer.h41 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
H A DGLView.h58 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLRenderer.cpp66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLRenderer
H A DGLView.cpp127 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLView
135 return fRenderer->CopyPixelsOut(source, dest);

Completed in 12 milliseconds