Home | History | Annotate | Download | only in qphelper

Lines Matching refs:deBool

65 DE_INLINE deBool childContainersOk (ContainerType type)
86 DE_INLINE deBool ContainerStack_isEmpty (const ContainerStack* stack)
91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type)
132 deBool isSessionOpen;
133 deBool isCaseOpen;
292 static deBool beginSession (qpTestLog* log)
310 static deBool endSession (qpTestLog* log)
407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType)
451 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails)
492 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result)
522 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text)
557 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...)
584 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTag tag, const char* text)
599 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
619 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value)
650 deBool Buffer_resize (Buffer* buffer, size_t newSize)
670 deBool Buffer_append (Buffer* buffer, const deUint8* data, size_t numBytes)
696 static deBool writeCompressedPNG (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat)
717 static deBool compressImagePNG (Buffer* buffer, qpImageFormat imageFormat, int width, int height, int rowStride, const void* data)
719 deBool compressOk = DE_FALSE;
723 deBool hasAlpha = imageFormat == QP_IMAGE_FORMAT_RGBA8888;
770 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description)
801 deBool qpTestLog_endImageSet (qpTestLog* log)
833 deBool qpTestLog_writeImage (
876 deBool compressOk = compressImagePNG(&compressedBuffer, imageFormat, width, height, stride, data);
971 deBool qpTestLog_startShaderProgram (qpTestLog* log, deBool linkOk, const char* linkInfoLog)
1000 deBool qpTestLog_endShaderProgram (qpTestLog* log)
1026 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog)
1056 deBool qpTestLog_startEglConfigSet (qpTestLog* log, const char* name, const char* description)
1085 deBool qpTestLog_endEglConfigSet (qpTestLog* log)
1108 deBool qpTestLog_writeEglConfig (qpTestLog* log, const qpEglConfigInfo* config)
1167 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description)
1198 deBool qpTestLog_endSection (qpTestLog* log)
1220 deBool qpTestLog_writeKernelSource (qpTestLog* log, const char* source)
1241 deBool qpTestLog_writeSpirVAssemblySource (qpTestLog* log, const char* source)
1261 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog)
1286 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description)
1310 deBool qpTestLog_startSampleInfo (qpTestLog* log)
1328 deBool qpTestLog_writeValueInfo (qpTestLog* log, const char* name, const char* description, const char* unit, qpSampleValueTag tag)
1358 deBool qpTestLog_endSampleInfo (qpTestLog* log)
1376 deBool qpTestLog_startSample (qpTestLog* log)
1396 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value)
1416 deBool qpTestLog_writeValueInteger (qpTestLog* log, deInt64 value)
1436 deBool qpTestLog_endSample (qpTestLog* log)
1454 deBool qpTestLog_endSampleList (qpTestLog* log)