Searched refs:m_usingCustomAlloc (Results 1 – 2 of 2) sorted by relevance
52 m_usingCustomAlloc = true; in CommandBufferStagingStream()150 const size_t metadataSize = m_usingCustomAlloc ? kSyncDataSize : 0; in getDataPtr()155 if (!m_usingCustomAlloc) { in markFlushing()193 if (m_usingCustomAlloc) { in allocBuffer()
109 bool m_usingCustomAlloc = false; variable