Home
last modified time | relevance | path

Searched refs:CopyRectCommand (Results 1 – 9 of 9) sorted by relevance

/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DQueue.h89 struct CopyRectCommand : Command struct
95 CopyRectCommand() in CopyRectCommand() argument
212 void executeCopyBufferRect(CopyRectCommand* cmd);
H A DQueue.cpp51 void Queue::executeCopyBufferRect(CopyRectCommand* cmd) in executeCopyBufferRect()
227 executeCopyBufferRect((CopyRectCommand*)command); in execute()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h316 class CopyRectCommand : public DrawingCommand {
318 CopyRectCommand(const IntRect& aSourceRect, const IntPoint& aDestination) in CopyRectCommand() function
321 CommandType GetType() const override { return CopyRectCommand::Type; } in GetType()
324 CLONE_INTO(CopyRectCommand)(mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp190 AppendCommand(CopyRectCommand)(aSourceRect, aDestination); in CopyRect() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h316 class CopyRectCommand : public DrawingCommand {
318 CopyRectCommand(const IntRect& aSourceRect, const IntPoint& aDestination) in CopyRectCommand() function
321 CommandType GetType() const override { return CopyRectCommand::Type; } in GetType()
324 CLONE_INTO(CopyRectCommand)(mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp190 AppendCommand(CopyRectCommand)(aSourceRect, aDestination); in CopyRect() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h316 class CopyRectCommand : public DrawingCommand {
318 CopyRectCommand(const IntRect& aSourceRect, const IntPoint& aDestination) in CopyRectCommand() function
321 CommandType GetType() const override { return CopyRectCommand::Type; } in GetType()
324 CLONE_INTO(CopyRectCommand)(mSourceRect, mDestination); in CloneInto() local
H A DDrawTargetCapture.cpp190 AppendCommand(CopyRectCommand)(aSourceRect, aDestination); in CopyRect() local
/dports/devel/oclgrind/Oclgrind-21.10/src/runtime/
H A Druntime.cpp4144 oclgrind::CopyRectCommand* cmd = new oclgrind::CopyRectCommand(); in clEnqueueCopyBufferRect()