Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h34 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
DSoftwareRenderer.cpp255 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) in CopyPixelsIn() function in SoftwareRenderer
/external/mesa3d/src/hgl/
DGLRenderer.cpp78 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn() function in BGLRenderer
DGLView.cpp142 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn() function in BGLView
150 return fRenderer->CopyPixelsIn(source, dest); in CopyPixelsIn()
/external/mesa3d/include/HaikuGL/
DGLRenderer.h43 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
DGLView.h58 status_t CopyPixelsIn(BBitmap *source, BPoint dest);