Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp101 int m_curLayerFace; member in deqp::gles31::Functional::TextureCubeArrayFormatCase
114 , m_curLayerFace (0) in TextureCubeArrayFormatCase()
128 , m_curLayerFace (0) in TextureCubeArrayFormatCase()
153 m_curLayerFace = 0; in init()
233 bool isOk = testLayerFace(m_curLayerFace); in iterate()
238 m_curLayerFace += 1; in iterate()
240 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()