Home
last modified time | relevance | path

Searched refs:DE_TRUE (Results 1 – 25 of 56) sorted by relevance

123

/external/deqp/framework/qphelper/
DqpXmlWriter.c59 case 0: isEOS = DE_TRUE; break; in writeEscaped()
121 return DE_TRUE; in writeEscaped()
153 return DE_TRUE; in closePending()
164 writer->xmlIsWriting = DE_TRUE; in qpXmlWriter_startDocument()
168 return DE_TRUE; in qpXmlWriter_startDocument()
185 return DE_TRUE; in qpXmlWriter_endDocument()
236 writer->xmlPrevIsStartElement = DE_TRUE; in qpXmlWriter_startElement()
237 return DE_TRUE; in qpXmlWriter_startElement()
253 return DE_TRUE; in qpXmlWriter_endElement()
269 deBool writeIndent = DE_TRUE; in qpXmlWriter_writeBase64()
[all …]
DqpTestLog.c102 return DE_TRUE; in ContainerStack_push()
305 log->isSessionOpen = DE_TRUE; in beginSession()
307 return DE_TRUE; in beginSession()
323 return DE_TRUE; in endSession()
425 log->isCaseOpen = DE_TRUE; in qpTestLog_startCase()
441 return DE_TRUE; in qpTestLog_startCase()
483 return DE_TRUE; in qpTestLog_endCase()
519 return DE_TRUE; in qpTestLog_terminateCase()
547 return DE_TRUE; in qpTestLog_writeKeyValuePair()
667 return DE_TRUE; in Buffer_resize()
[all …]
/external/deqp/framework/delibs/deutil/
DdeProcess.c368 return DE_TRUE; in deProcess_start()
378 return DE_TRUE; /* No status available. */ in deProcess_isRunning()
387 return DE_TRUE; in deProcess_isRunning()
422 return DE_TRUE; in deProcess_waitForFinish()
434 return DE_TRUE; in deProcess_sendSignal()
473 return DE_TRUE; in deProcess_closeStdIn()
485 return DE_TRUE; in deProcess_closeStdOut()
497 return DE_TRUE; in deProcess_closeStdErr()
730 return DE_TRUE; in deProcess_start()
747 return DE_TRUE; in deProcess_isRunning()
[all …]
DdeSocket.c92 return DE_TRUE; in deSocketAddress_setFamily()
109 return DE_TRUE; in deSocketAddress_setPort()
138 return DE_TRUE; in deSocketAddress_setType()
149 return DE_TRUE; in deSocketAddress_setProtocol()
172 return DE_TRUE; in initWinsock()
332 return DE_TRUE; in deSocketAddressToBsdAddress()
350 return DE_TRUE; in deSocketAddressToBsdAddress()
367 return DE_TRUE; in deSocketAddressToBsdAddress()
493 return DE_TRUE; in deSocket_setFlags()
539 return DE_TRUE; in deSocket_listen()
[all …]
DdeTimer.c96 return DE_TRUE; in deTimer_scheduleSingle()
116 return DE_TRUE; in deTimer_scheduleInterval()
232 timer->isActive = DE_TRUE; in deTimer_scheduleSingle()
233 return DE_TRUE; in deTimer_scheduleSingle()
253 timer->isActive = DE_TRUE; in deTimer_scheduleInterval()
254 return DE_TRUE; in deTimer_scheduleInterval()
315 deBool destroy = DE_TRUE; in timerThread()
/external/deqp/framework/delibs/depool/
DdeMemPool.c248 pool->allowFailing = DE_TRUE; in deMemPool_createRoot()
253 pool->enableDebugAllocs = DE_TRUE; in deMemPool_createRoot()
310 …MemoryAllocated = deMax32(root->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(root, DE_TRUE)); in deMemPool_destroy()
311 root->maxMemoryCapacity = deMax32(root->maxMemoryCapacity, deMemPool_getCapacity(root, DE_TRUE)); in deMemPool_destroy()
402 numAllocatedBytes += deMemPool_getNumAllocatedBytes(child, DE_TRUE); in deMemPool_getNumAllocatedBytes()
420 numCapacityBytes += deMemPool_getCapacity(child, DE_TRUE); in deMemPool_getCapacity()
586 return deMax32(pool->maxMemoryAllocated, deMemPool_getNumAllocatedBytes(pool, DE_TRUE)); in deMemPool_getMaxNumAllocatedBytes()
592 return deMax32(pool->maxMemoryCapacity, deMemPool_getCapacity(pool, DE_TRUE)); in deMemPool_getMaxCapacity()
DdePoolSet.h182 return DE_TRUE; \
302 return DE_TRUE; \
319 return DE_TRUE; \
370 return DE_TRUE; \
457 return DE_TRUE; \
500 return DE_TRUE; \
517 return DE_TRUE; \
535 return DE_TRUE; \
559 return DE_TRUE; \
DdePoolArray.h132 return DE_TRUE; \
141 return DE_TRUE; \
175 return DE_TRUE; \
200 return DE_TRUE; \
DdePoolMultiSet.h162 return DE_TRUE; \
223 return DE_TRUE; \
241 return DE_TRUE; \
286 return DE_TRUE; \
DdePoolHashArray.h147 return DE_TRUE; \
166 return DE_TRUE; \
DdePoolArray.c131 return DE_TRUE; in dePoolArray_reserve()
147 return DE_TRUE; in dePoolArray_setSize()
DdePoolHash.h294 return DE_TRUE; \
362 return DE_TRUE; \
456 return DE_TRUE; \
/external/deqp/executor/
DxeDefs.hpp50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, …
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(…
/external/deqp/framework/delibs/debase/
DdeDefs.h197 #define DE_TRUE 1 /*!< True value for deBool. */ macro
271 DE_INLINE deBool deGetTrue (void) { return DE_TRUE; } in deGetTrue()
275 # define DE_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
282 # define DE_VERIFY(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE…
295 #define DE_TEST_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __…
/external/deqp/execserver/
DxsDefs.hpp86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, …
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(…
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp48 …ool recurse) const { return deMemPool_getNumAllocatedBytes(m_pool, recurse ? DE_TRUE : DE_FALSE); } in getNumAllocatedBytes()
49 …y (bool recurse) const { return deMemPool_getCapacity(m_pool, recurse ? DE_TRUE : DE_FALSE); } in getCapacity()
DdeDefs.hpp90 #define DE_CHECK_RUNTIME_ERR(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::thro…
100 #define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de…
DdeSemaphore.hpp101 return deSemaphore_tryDecrement(m_semaphore) == DE_TRUE; in tryDecrement()
DdeProcess.hpp53 bool isRunning (void) { return deProcess_isRunning(m_process) == DE_TRUE; } in isRunning()
DdeMutex.hpp116 return deMutex_tryLock(m_mutex) == DE_TRUE; in tryLock()
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp226 m_inTestCase = DE_TRUE; in parse()
237 m_loggedResult = DE_TRUE; in parse()
275 m_loggedResult = DE_TRUE; in parse()
296 m_loggedResult = DE_TRUE; in parse()
/external/deqp/modules/egl/
DteglConfigList.cpp103 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
145 info.nativeRenderable = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
/external/deqp/framework/common/
DtcuTextureUtil.cpp439 …Mask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
440 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
441 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatInfo()
442 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); in getTextureFormatInfo()
559 …Mask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
560 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
561 deInRange32(map[2], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatBitDepth()
562 deInRange32(map[3], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE); in getTextureFormatBitDepth()
628 …Mask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatMantissaBitDepth()
629 deInRange32(map[1], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatMantissaBitDepth()
[all …]
/external/deqp/framework/delibs/dethread/win32/
DdeThreadWin32.c100 return DE_TRUE; in deThread_join()
191 return DE_TRUE; in getProcessorInfo()
/external/deqp/framework/delibs/destream/
DdeRingbuffer.c99 ringbuffer->stopNotified = DE_TRUE; in deRingbuffer_stop()
231 ringbuffer->consumerStopping = DE_TRUE; in consumerStream_read()

123