Home
last modified time | relevance | path

Searched refs:isCopyBuffer (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmCommandReuser.h68 void UseCommand( bool isCopyBuffer ) in UseCommand() argument
70 GLboolean copyBuffer = isCopyBuffer ? GL_TRUE : GL_FALSE; in UseCommand()
DSmCommandUtility.h77 void UseCommand( bool isCopyBuffer ) in UseCommand() argument
79 GLboolean copyBuffer = isCopyBuffer ? GL_TRUE : GL_FALSE; in UseCommand()
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h266 void ReuseCommand(bool isCopyBuffer);
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp345 CommandListSwapper::ReuseCommand(bool isCopyBuffer) in ReuseCommand() argument
356 isCopyBuffer ? GL_TRUE : GL_FALSE); in ReuseCommand()