Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp2708 const bool m_useUnusedSpecifiedBuffer; member in deqp::gles3::Performance::__anon67db42180111::MapBufferRangeCase
2718 , m_useUnusedSpecifiedBuffer ((caseFlags&FLAG_USE_UNUSED_SPECIFIED_BUFFER) != 0) in MapBufferRangeCase()
2722 DE_ASSERT(!(m_useUnusedUnspecifiedBuffer && m_useUnusedSpecifiedBuffer)); in MapBufferRangeCase()
2723 DE_ASSERT(!((m_useUnusedUnspecifiedBuffer || m_useUnusedSpecifiedBuffer) && m_manualInvalidation)); in MapBufferRangeCase()
2738 …<< ((m_useUnusedSpecifiedBuffer) ? ("The buffer has not been used before mapping and is allocated … in init()
2739 …<< ((!m_useUnusedSpecifiedBuffer && !m_useUnusedUnspecifiedBuffer) ? ("The buffer has previously b… in init()
2824 else if (m_useUnusedSpecifiedBuffer) in attemptBufferMap()
2921 const bool m_useUnusedSpecifiedBuffer; member in deqp::gles3::Performance::__anon67db42180111::MapBufferRangeFlushCase
2932 , m_useUnusedSpecifiedBuffer ((caseFlags&FLAG_USE_UNUSED_SPECIFIED_BUFFER) != 0) in MapBufferRangeFlushCase()
2957 …<< ((m_useUnusedSpecifiedBuffer) ? ("The buffer has not been used before mapping and is allocated … in init()
[all …]