Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DContext.h87 char* cmdBufCopy = new char[bufSize]; in submitCommand() local
88 memcpy(cmdBufCopy, buf, bufSize); in submitCommand()
92 cmdBuf = cmdBufCopy; in submitCommand()