Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DFrameBuffer.hpp28 struct BlitState struct
57 static std::shared_ptr<Routine> copyRoutine(const BlitState &state);
94 BlitState blitState; // State of the current blitRoutine.
95 BlitState updateState; // State of the routine to be generated.
97 …static void blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, const Po…
DFrameBuffer.cpp152 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0) in copyLocked()
162 std::shared_ptr<Routine> FrameBuffer::copyRoutine(const BlitState &state) in copyRoutine()
533 …void FrameBuffer::blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, co… in blend()