Searched refs:CopyPixelsOut (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | SoftwareRenderer.h | 33 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
|
| H A D | SoftwareRenderer.cpp | 213 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 D | SoftwareRenderer.h | 34 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
|
| H A D | SoftwareRenderer.cpp | 264 SoftwareRenderer::CopyPixelsOut(BPoint location, BBitmap *bitmap) function in class:SoftwareRenderer
|
| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| H A D | GLRenderer.cpp | 71 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLRenderer
|
| H A D | GLView.cpp | 128 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 D | GLRenderer.h | 42 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
|
| H A D | GLView.h | 57 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
|
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 41 virtual status_t CopyPixelsOut(BPoint source, BBitmap *dest);
|
| H A D | GLView.h | 58 status_t CopyPixelsOut(BPoint source, BBitmap *dest);
|
| /xsrc/external/mit/MesaLib/dist/src/hgl/ |
| H A D | GLRenderer.cpp | 66 BGLRenderer::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLRenderer
|
| H A D | GLView.cpp | 127 BGLView::CopyPixelsOut(BPoint source, BBitmap* dest) function in class:BGLView 135 return fRenderer->CopyPixelsOut(source, dest);
|
Completed in 12 milliseconds