Home
last modified time | relevance | path

Searched refs:blitFunction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Main/
DFrameBuffer.hpp92 void (*blitFunction)(void *dst, void *src, Cursor *cursor); member in sw::FrameBuffer
DFrameBuffer.cpp48 blitFunction = nullptr; in FrameBuffer()
156 blitFunction = (void(*)(void*, void*, Cursor*))blitRoutine->getEntry(); in copyLocked()
159 blitFunction(framebuffer, renderbuffer, &cursor); in copyLocked()
/external/swiftshader/src/Renderer/
DBlitter.cpp1440 void (*blitFunction)(const BlitData *data) = (void(*)(const BlitData*))blitRoutine->getEntry(); in blitReactor() local
1468 blitFunction(&data); in blitReactor()