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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.h34 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
H A DSoftwareRenderer.cpp255 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 DSoftwareRenderer.h35 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
H A DSoftwareRenderer.cpp274 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) function in class:SoftwareRenderer
/xsrc/external/mit/MesaLib.old/dist/src/hgl/
H A DGLRenderer.cpp78 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLRenderer
H A DGLView.cpp141 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 DGLRenderer.h43 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
H A DGLView.h58 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DGLRenderer.h42 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
H A DGLView.h59 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
/xsrc/external/mit/MesaLib/dist/src/hgl/
H A DGLRenderer.cpp73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLRenderer
H A DGLView.cpp140 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) function in class:BGLView
148 return fRenderer->CopyPixelsIn(source, dest);

Completed in 6 milliseconds