HomeSort by relevance Sort by last modified time
    Searched refs:CopyPixelsIn (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.h 34 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
SoftwareRenderer.cpp 255 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location)
264 ERROR("%s::CopyPixelsIn(): incompatible color space: %s != %s\n",
  /external/mesa3d/include/HaikuGL/
GLRenderer.h 43 virtual status_t CopyPixelsIn(BBitmap *source, BPoint dest);
GLView.h 58 status_t CopyPixelsIn(BBitmap *source, BPoint dest);
  /external/mesa3d/src/hgl/
GLRenderer.cpp 78 BGLRenderer::CopyPixelsIn(BBitmap* source, BPoint dest)
GLView.cpp 141 BGLView::CopyPixelsIn(BBitmap* source, BPoint dest)
149 return fRenderer->CopyPixelsIn(source, dest);

Completed in 1186 milliseconds