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 193 int m_curFace;
207 , m_curFace (0)
249 m_curFace = 0;
308 if (!testFace((tcu::CubeFace)m_curFace))
311 m_curFace += 1;
313 if (m_curFace == tcu::CUBEFACE_LAST)
es2fTextureFormatTests.cpp 232 int m_curFace;
246 , m_curFace (0)
302 m_curFace = 0;
370 if (!testFace((tcu::CubeFace)m_curFace))
373 m_curFace += 1;
375 if (m_curFace == tcu::CUBEFACE_LAST)
520 int m_curFace;
531 , m_curFace (0)
547 m_curFace = 0;
604 if (!testFace((tcu::CubeFace)m_curFace))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 194 int m_curFace;
208 , m_curFace (0)
250 m_curFace = 0;
309 if (!testFace((tcu::CubeFace)m_curFace))
312 m_curFace += 1;
314 if (m_curFace == tcu::CUBEFACE_LAST)
es3fTextureFormatTests.cpp 249 int m_curFace;
262 , m_curFace (0)
276 , m_curFace (0)
332 m_curFace = 0;
400 if (!testFace((tcu::CubeFace)m_curFace))
403 m_curFace += 1;
405 if (m_curFace == tcu::CUBEFACE_LAST)
894 int m_curFace;
    [all...]

Completed in 92 milliseconds