Searched refs:isCopyBuffer (Results 1 – 4 of 4) sorted by relevance
68 void UseCommand( bool isCopyBuffer ) in UseCommand() argument70 GLboolean copyBuffer = isCopyBuffer ? GL_TRUE : GL_FALSE; in UseCommand()
77 void UseCommand( bool isCopyBuffer ) in UseCommand() argument79 GLboolean copyBuffer = isCopyBuffer ? GL_TRUE : GL_FALSE; in UseCommand()
266 void ReuseCommand(bool isCopyBuffer);
345 CommandListSwapper::ReuseCommand(bool isCopyBuffer) in ReuseCommand() argument356 isCopyBuffer ? GL_TRUE : GL_FALSE); in ReuseCommand()