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

  /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);
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.cpp 255 SoftwareRenderer::CopyPixelsIn(BBitmap *bitmap, BPoint location)
264 ERROR("%s::CopyPixelsIn(): incompatible color space: %s != %s\n",

Completed in 87 milliseconds