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

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 50 const MultisamplePixelBufferAccess& getColorBuffer (int ndx) const { DE_ASSERT(de::inRange(ndx, 0, m_numColorBuffers)); return m_colorBuffers[ndx]; }
51 int getNumColorBuffers (void) const { return m_numColorBuffers; }
57 const int m_numColorBuffers;
rrRenderer.cpp     [all...]

Completed in 234 milliseconds