/ndk/tests/device/test-gnustl-full/unit/ |
stack_allocator.h | 20 bool m_isOk, m_swaped; 34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0), 35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {} 39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0), 141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); } 144 m_state.m_isOk = true;
|
/ndk/tests/device/test-stlport/unit/ |
stack_allocator.h | 20 bool m_isOk, m_swaped; 34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0), 35 m_sharedCur(&m_cur), m_sharedOk(&m_isOk), m_sharedNbAlloc(&m_nbAlloc) {} 39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0), 141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); } 144 m_state.m_isOk = true;
|
/external/deqp/modules/gles2/functional/ |
es2fTextureSizeTests.cpp | 193 bool m_isOk; 207 , m_isOk (false) 249 m_isOk = true; 308 m_isOk = false; 314 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 315 m_isOk ? "Pass" : "Image comparison failed");
|
es2fTextureFormatTests.cpp | 231 bool m_isOk; 245 , m_isOk (false) 301 m_isOk = true; 369 m_isOk = false; 375 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 376 m_isOk ? "Pass" : "Image comparison failed"); 519 bool m_isOk; 530 , m_isOk (false) 546 m_isOk = true; 603 m_isOk = false [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 193 bool m_isOk; 207 , m_isOk (false) 249 m_isOk = true; 308 m_isOk = false; 314 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 315 m_isOk ? "Pass" : "Image comparison failed");
|
es3fTextureFormatTests.cpp | 249 bool m_isOk; 262 , m_isOk (false) 276 , m_isOk (false) 332 m_isOk = true; 400 m_isOk = false; 406 m_testCtx.setTestResult(m_isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, 407 m_isOk ? "Pass" : "Image comparison failed"); 894 bool m_isOk; [all...] |
/external/deqp/modules/egl/ |
teglCreateContextExtTests.cpp | 192 bool m_isOk; 276 , m_isOk (true) 952 else if (m_isOk) 978 m_isOk = false; 989 m_isOk = false; [all...] |
teglGLES2SharedRenderingPerfTests.cpp | 727 bool resultOk (void) { return m_isOk; } 731 bool m_isOk; 752 , m_isOk (false) 770 if (!m_isOk) 797 m_isOk = true; 802 m_isOk = false; 807 m_isOk = false; [all...] |
/external/deqp/modules/glshared/ |
glsVertexArrayTests.cpp | [all...] |
glsVertexArrayTests.hpp | 402 bool m_isOk;
|