HomeSort by relevance Sort by last modified time
    Searched refs:DE_TRUE (Results 26 - 41 of 41) sorted by null

12

  /external/deqp/framework/delibs/debase/
deString.c 111 return DE_TRUE;
  /external/deqp/framework/delibs/destream/
deRingbuffer.c 99 ringbuffer->stopNotified = DE_TRUE;
231 ringbuffer->consumerStopping = DE_TRUE;
  /external/deqp/framework/delibs/depool/
dePoolHash.h 294 return DE_TRUE; \
362 return DE_TRUE; \
456 return DE_TRUE; \
dePoolHeap.h 152 return DE_TRUE; \
dePoolHashSet.h 206 return DE_TRUE; \
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; }
deBlockBuffer.hpp 168 m_canceled = DE_TRUE;
  /external/deqp/framework/delibs/deimage/
deTarga.c 175 return DE_TRUE;
  /external/deqp/framework/delibs/deutil/
deFile.c 133 return DE_TRUE;
309 return DE_TRUE;
  /external/deqp/framework/common/
tcuTestLog.cpp 302 if (qpTestLog_startShaderProgram(m_log, linkOk?DE_TRUE:DE_FALSE, linkInfoLog) == DE_FALSE)
314 if (qpTestLog_writeShader(m_log, type, source, compileOk?DE_TRUE:DE_FALSE, infoLog) == DE_FALSE)
326 if (qpTestLog_writeCompileInfo(m_log, name, description, compileOk ? DE_TRUE : DE_FALSE, infoLog) == DE_FALSE)
tcuCompressedTexture.cpp     [all...]
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 533 s_testSingletonInitialized = DE_TRUE;
569 s_singletonInitLock = DE_TRUE;
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 403 return DE_TRUE;
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 175 return DE_TRUE;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 103 if (deStringBeginsWith(glName, "vec") == DE_TRUE ||
104 deStringBeginsWith(glName, "ivec") == DE_TRUE ||
105 deStringBeginsWith(glName, "uvec") == DE_TRUE ||
106 deStringBeginsWith(glName, "bvec") == DE_TRUE ||
107 deStringBeginsWith(glName, "mat") == DE_TRUE)
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 157 bool operator() (const glu::StructType* type) { return type->hasTypeName() && (deStringEqual(m_name, type->getTypeName()) == DE_TRUE); }
    [all...]

Completed in 1315 milliseconds

12