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

  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 192 int m_curFace;
206 , m_curFace (0)
248 m_curFace = 0;
307 if (!testFace((tcu::CubeFace)m_curFace))
310 m_curFace += 1;
312 if (m_curFace == tcu::CUBEFACE_LAST)
es2fTextureFormatTests.cpp 230 int m_curFace;
244 , m_curFace (0)
300 m_curFace = 0;
368 if (!testFace((tcu::CubeFace)m_curFace))
371 m_curFace += 1;
373 if (m_curFace == tcu::CUBEFACE_LAST)
518 int m_curFace;
529 , m_curFace (0)
545 m_curFace = 0;
602 if (!testFace((tcu::CubeFace)m_curFace))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 192 int m_curFace;
206 , m_curFace (0)
248 m_curFace = 0;
307 if (!testFace((tcu::CubeFace)m_curFace))
310 m_curFace += 1;
312 if (m_curFace == tcu::CUBEFACE_LAST)
es3fTextureFormatTests.cpp 248 int m_curFace;
261 , m_curFace (0)
275 , m_curFace (0)
331 m_curFace = 0;
399 if (!testFace((tcu::CubeFace)m_curFace))
402 m_curFace += 1;
404 if (m_curFace == tcu::CUBEFACE_LAST)
893 int m_curFace;
    [all...]

Completed in 3684 milliseconds