Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp629 int m_curSlice; member in deqp::gles3::Functional::Texture3DFormatCase
643 , m_curSlice (0) in Texture3DFormatCase()
658 , m_curSlice (0) in Texture3DFormatCase()
683 m_curSlice = 0; in init()
746 bool isOk = testSlice(m_curSlice); in iterate()
751 m_curSlice += 1; in iterate()
753 return m_curSlice < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()