Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h35 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
DSoftwareRenderer.cpp274 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location) in CopyPixelsIn() function in SoftwareRenderer
/third_party/mesa3d/src/hgl/
DGLRenderer.cpp73 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn() function in BGLRenderer
DGLView.cpp140 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest) in CopyPixelsIn() function in BGLView
148 return fRenderer->CopyPixelsIn(source, dest); in CopyPixelsIn()
/third_party/mesa3d/include/HaikuGL/
DGLRenderer.h42 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
DGLView.h59 status_t CopyPixelsIn(BBitmap *source, BPoint dest);