Searched refs:CopyPixelsIn (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | SoftwareRenderer.h | 34 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| H A D | SoftwareRenderer.cpp | 255 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) function in class:SoftwareRenderer 264 ERROR("%s::CopyPixelsIn(): incompatible color space: %s != %s\n",
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | SoftwareRenderer.h | 35 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| H A D | SoftwareRenderer.cpp | 274 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) function in class:SoftwareRenderer
|
| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| H A D | GLRenderer.cpp | 78 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLRenderer
|
| H A D | GLView.cpp | 141 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLView 149 return fRenderer->CopyPixelsIn(source, dest);
|
| /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 43 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| H A D | GLView.h | 58 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLRenderer.h | 42 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| H A D | GLView.h | 59 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
|
| /xsrc/external/mit/MesaLib/dist/src/hgl/ |
| H A D | GLRenderer.cpp | 73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLRenderer
|
| H A D | GLView.cpp | 140 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLView 148 return fRenderer->CopyPixelsIn(source, dest);
|
Completed in 6 milliseconds