HomeSort by relevance Sort by last modified time
    Searched refs:peekBack (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/delibs/decpp/
deRingBuffer.hpp 51 void peekBack (T* elemBuf, int count) const;
52 T peekBack (int offset) const;
55 void popBack (T* elemBuf, int count) { peekBack(elemBuf, count); popBack(count); }
151 inline T RingBuffer<T>::peekBack (int offset) const
158 void RingBuffer<T>::peekBack (T* elemBuf, int count) const
  /external/deqp/executor/
xeXMLParser.hpp 96 deUint8 getTokenByte (int offset) const { DE_ASSERT(m_curToken != TOKEN_INCOMPLETE && m_curToken != TOKEN_END_OF_STRING); return m_buf.peekBack(offset); }
208 dst[ndx] = m_buf.peekBack(ndx);
219 dst[oldLen+ndx] = m_buf.peekBack(ndx);
xeContainerFormatParser.cpp 114 dst[ndx] = m_buf.peekBack(offset+ndx);
122 return m_buf.peekBack(offset);
xeXMLParser.cpp 103 return m_buf.peekBack(offset);
343 dst[ndx] = m_buf.peekBack(ndx+1);
  /external/deqp/execserver/
xsExecutionServer.cpp 379 m_bufferOut.peekBack(&m_sendRecvTmpBuf[0], (int)maxLen);

Completed in 1256 milliseconds