Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFormatTests.cpp123 int m_curLayerFace; member in deqp::gles31::Functional::TextureCubeArrayFormatCase
136 , m_curLayerFace (0) in TextureCubeArrayFormatCase()
150 , m_curLayerFace (0) in TextureCubeArrayFormatCase()
179 m_curLayerFace = 0; in init()
262 bool isOk = testLayerFace(m_curLayerFace); in iterate()
267 m_curLayerFace += 1; in iterate()
269 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()