Searched refs:m_useUnusedUnspecifiedBuffer (Results 1 – 1 of 1) sorted by relevance
2707 const bool m_useUnusedUnspecifiedBuffer; member in deqp::gles3::Performance::__anon67db42180111::MapBufferRangeCase2717 , m_useUnusedUnspecifiedBuffer ((caseFlags&FLAG_USE_UNUSED_UNSPECIFIED_BUFFER) != 0) in MapBufferRangeCase()2722 DE_ASSERT(!(m_useUnusedUnspecifiedBuffer && m_useUnusedSpecifiedBuffer)); in MapBufferRangeCase()2723 DE_ASSERT(!((m_useUnusedUnspecifiedBuffer || m_useUnusedSpecifiedBuffer) && m_manualInvalidation)); in MapBufferRangeCase()2737 …<< ((m_useUnusedUnspecifiedBuffer) ? ("The buffer has not been used before mapping and is allocate… in init()2739 …<< ((!m_useUnusedSpecifiedBuffer && !m_useUnusedUnspecifiedBuffer) ? ("The buffer has previously b… in init()2812 if (m_manualInvalidation || m_useUnusedUnspecifiedBuffer) in attemptBufferMap()2920 const bool m_useUnusedUnspecifiedBuffer; member in deqp::gles3::Performance::__anon67db42180111::MapBufferRangeFlushCase2931 , m_useUnusedUnspecifiedBuffer ((caseFlags&FLAG_USE_UNUSED_UNSPECIFIED_BUFFER) != 0) in MapBufferRangeFlushCase()2956 …<< ((m_useUnusedUnspecifiedBuffer) ? ("The buffer has not been used before mapping and is allocate… in init()[all …]