Searched refs:DE_FALSE (Results 1 - 25 of 170) sorted by relevance

1234567

/external/deqp/framework/delibs/deutil/
H A DdeSocket.c170 return DE_FALSE;
251 DE_ASSERT(DE_FALSE);
263 DE_ASSERT(DE_FALSE);
275 DE_ASSERT(DE_FALSE);
299 return DE_FALSE;
308 return DE_FALSE;
320 return DE_FALSE;
326 return DE_FALSE;
330 return DE_FALSE;
341 return DE_FALSE;
[all...]
H A DdeProcess.c140 return DE_FALSE;
227 return DE_FALSE;
244 return DE_FALSE;
258 return DE_FALSE;
338 return DE_FALSE;
384 return DE_FALSE;
390 return DE_FALSE;
401 return DE_FALSE;
411 return DE_FALSE; /* waitpid() failed. */
417 return DE_FALSE; /* Somethin
[all...]
H A DdeTimer.c86 return DE_FALSE;
93 return DE_FALSE;
106 return DE_FALSE;
113 return DE_FALSE;
197 timer->isActive = DE_FALSE;
222 return DE_FALSE;
230 return DE_FALSE;
243 return DE_FALSE;
251 return DE_FALSE;
272 timer->isActive = DE_FALSE;
[all...]
H A DdeFile.c122 return DE_FALSE;
130 return DE_FALSE;
144 DE_ASSERT(DE_FALSE);
273 DE_ASSERT(DE_FALSE);
284 DE_ASSERT(DE_FALSE);
304 return DE_FALSE; /* Not supported. */
308 return DE_FALSE;
325 DE_ASSERT(DE_FALSE);
326 return DE_FALSE;
/external/deqp/executor/
H A DxeDefs.hpp50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
/external/deqp/framework/common/
H A DtcuTestLog.cpp197 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_LAST, msgStr) == DE_FALSE)
203 if (qpTestLog_startImageSet(m_log, name, description) == DE_FALSE)
209 if (qpTestLog_endImageSet(m_log) == DE_FALSE)
362 if (qpTestLog_writeImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE)
368 if (qpTestLog_startSection(m_log, name, description) == DE_FALSE)
374 if (qpTestLog_endSection(m_log) == DE_FALSE)
380 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE)
386 if (qpTestLog_endShaderProgram(m_log) == DE_FALSE)
392 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLo
[all...]
H A DtcuTestPackage.cpp47 DE_ASSERT(DE_FALSE); // should never be here!
162 DE_ASSERT(DE_FALSE); // should never be here!
/external/deqp/framework/randomshaders/
H A DrsgVariableType.cpp175 DE_ASSERT(DE_FALSE);
199 DE_ASSERT(DE_FALSE);
227 default: DE_ASSERT(DE_FALSE); break;
238 default: DE_ASSERT(DE_FALSE); break;
249 default: DE_ASSERT(DE_FALSE); break;
268 DE_ASSERT(DE_FALSE);
H A DrsgVariable.cpp83 default: DE_ASSERT(DE_FALSE); break;
105 DE_ASSERT(DE_FALSE);
/external/deqp/execserver/
H A DxsDefs.hpp86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
/external/deqp/framework/delibs/debase/
H A DdeMathTest.c32 return DE_FALSE;
36 return DE_FALSE;
H A DdeMath.c81 DE_ASSERT(DE_FALSE);
97 DE_ASSERT(DE_FALSE);
/external/deqp/framework/delibs/decpp/
H A DdeMemPool.hpp48 deUintptr getNumAllocatedBytes (bool recurse) const { return deMemPool_getNumAllocatedBytes(m_pool, recurse ? DE_TRUE : DE_FALSE); }
49 deUintptr getCapacity (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE_TRUE : DE_FALSE); }
H A DdeDefs.hpp90 #define DE_CHECK_RUNTIME_ERR(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
100 #define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
/external/deqp/framework/qphelper/
H A DqpTestLog.c94 return DE_FALSE;
97 return DE_FALSE;
321 log->isSessionOpen = DE_FALSE;
357 log->isSessionOpen = DE_FALSE;
358 log->isCaseOpen = DE_FALSE;
439 return DE_FALSE;
474 return DE_FALSE;
483 log->isCaseOpen = DE_FALSE;
507 return DE_FALSE; /* Soft error. This is called from error handler. */
515 log->isCaseOpen = DE_FALSE;
[all...]
H A DqpXmlWriter.c51 deBool isEOS = DE_FALSE;
150 writer->xmlPrevIsStartElement = DE_FALSE;
166 writer->xmlPrevIsStartElement = DE_FALSE;
184 writer->xmlIsWriting = DE_FALSE;
193 writer->xmlPrevIsStartElement = DE_FALSE;
230 DE_ASSERT(DE_FALSE);
248 writer->xmlPrevIsStartElement = DE_FALSE;
301 writeIndent = DE_FALSE;
332 return DE_FALSE;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp187 DE_ASSERT(DE_FALSE);
266 DE_ASSERT(DE_FALSE);
283 DE_ASSERT(DE_FALSE);
298 DE_ASSERT(DE_FALSE);
313 DE_ASSERT(DE_FALSE);
328 DE_ASSERT(DE_FALSE);
347 DE_ASSERT(DE_FALSE);
H A DvktShaderRenderReturnTests.cpp62 DE_ASSERT(DE_FALSE);
172 default: DE_ASSERT(DE_FALSE);
227 default: DE_ASSERT(DE_FALSE);
274 default: DE_ASSERT(DE_FALSE);
288 DE_ASSERT(DE_FALSE);
301 DE_ASSERT(DE_FALSE);
/external/deqp/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp190 DE_ASSERT(DE_FALSE);
276 DE_ASSERT(DE_FALSE);
291 DE_ASSERT(DE_FALSE);
306 DE_ASSERT(DE_FALSE);
321 DE_ASSERT(DE_FALSE);
336 DE_ASSERT(DE_FALSE);
355 DE_ASSERT(DE_FALSE);
H A Des2fShaderReturnTests.cpp75 DE_ASSERT(DE_FALSE);
187 default: DE_ASSERT(DE_FALSE);
241 default: DE_ASSERT(DE_FALSE);
288 default: DE_ASSERT(DE_FALSE);
302 DE_ASSERT(DE_FALSE);
315 DE_ASSERT(DE_FALSE);
/external/deqp/modules/gles3/functional/
H A Des3fShaderDiscardTests.cpp170 DE_ASSERT(DE_FALSE);
266 DE_ASSERT(DE_FALSE);
281 DE_ASSERT(DE_FALSE);
296 DE_ASSERT(DE_FALSE);
311 DE_ASSERT(DE_FALSE);
326 DE_ASSERT(DE_FALSE);
345 DE_ASSERT(DE_FALSE);
H A Des3fShaderReturnTests.cpp70 DE_ASSERT(DE_FALSE);
160 default: DE_ASSERT(DE_FALSE);
216 default: DE_ASSERT(DE_FALSE);
263 default: DE_ASSERT(DE_FALSE);
277 DE_ASSERT(DE_FALSE);
290 DE_ASSERT(DE_FALSE);
/external/deqp/framework/delibs/depool/
H A DdePoolArray.c82 return DE_FALSE;
120 return DE_FALSE;
144 return DE_FALSE;
H A DdePoolSet.h273 return DE_FALSE; \
295 return DE_FALSE; \
325 return DE_FALSE; \
338 return DE_FALSE; \
347 if (!slot) return DE_FALSE; \
360 if (!nextSlot) return DE_FALSE; \
443 return DE_FALSE; \
497 return DE_FALSE; \
499 return DE_FALSE; \
514 return DE_FALSE; \
[all...]
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp190 , m_inTestCase (DE_FALSE)
191 , m_loggedResult (DE_FALSE)
227 m_loggedResult = DE_FALSE;
255 m_inTestCase = DE_FALSE;
279 m_inTestCase = DE_FALSE;
305 DE_ASSERT(DE_FALSE);

Completed in 404 milliseconds

1234567