Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp2616 const bool m_fullUpload; member in deqp::gles3::Performance::__anon67db42180111::BufferSubDataUploadCase
2622 , m_fullUpload ((flags & FLAG_FULL_UPLOAD) != 0) in BufferSubDataUploadCase()
2639 …<< ((m_fullUpload) ? ("The whole buffer is updated with glBufferSubData. ") : ("Half of the buffer… in init()
2663 if (m_fullUpload) in testBufferUpload()
2676 if (m_fullUpload) in testBufferUpload()
2706 const bool m_fullUpload; member in deqp::gles3::Performance::__anon67db42180111::MapBufferRangeCase
2716 , m_fullUpload ((caseFlags&FLAG_PARTIAL) == 0) in MapBufferRangeCase()
2736 << ((m_fullUpload) ? ("The whole buffer is mapped.") : ("Half of the buffer is mapped.")) << "\n" in init()
2805 if (m_fullUpload) in attemptBufferMap()
2852 if (m_fullUpload) in attemptBufferMap()
[all …]