Home
last modified time | relevance | path

Searched refs:copyRoutine (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Main/
DFrameBuffer.hpp57 static std::shared_ptr<Routine> copyRoutine(const BlitState &state);
DFrameBuffer.cpp155 blitRoutine = copyRoutine(blitState); in copyLocked()
162 std::shared_ptr<Routine> FrameBuffer::copyRoutine(const BlitState &state) in copyRoutine() function in sw::FrameBuffer