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)
450 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails)
490 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result)
520 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text)
555 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...)
582 deBool qpTestLog_writeText (qpTestLog* log, const char* name, const char* description, qpKeyValueTag tag, const char* text)
597 deBool qpTestLog_writeInteger (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
617 deBool qpTestLog_writeFloat (qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value)
648 deBool Buffer_resize (Buffer* buffer, int newSize)
668 deBool Buffer_append (Buffer* buffer, const deUint8* data, int numBytes)
694 static deBool writeCompressedPNG (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat)
715 static deBool compressImagePNG (Buffer* buffer, qpImageFormat imageFormat, int width, int height, int rowStride, const void* data)
717 deBool compressOk = DE_FALSE;
721 deBool hasAlpha = imageFormat == QP_IMAGE_FORMAT_RGBA8888;
768 deBool qpTestLog_startImageSet (qpTestLog* log, const char* name, const char* description)
799 deBool qpTestLog_endImageSet (qpTestLog* log)
831 deBool qpTestLog_writeImage (
874 deBool compressOk = compressImagePNG(&compressedBuffer, imageFormat, width, height, stride, data);
969 deBool qpTestLog_startShaderProgram (qpTestLog* log, deBool linkOk, const char* linkInfoLog)
998 deBool qpTestLog_endShaderProgram (qpTestLog* log)
1024 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog)
1053 deBool qpTestLog_startEglConfigSet (qpTestLog* log, const char* name, const char* description)
1082 deBool qpTestLog_endEglConfigSet (qpTestLog* log)
1105 deBool qpTestLog_writeEglConfig (qpTestLog* log, const qpEglConfigInfo* config)
1164 deBool qpTestLog_startSection (qpTestLog* log, const char* name, const char* description)
1195 deBool qpTestLog_endSection (qpTestLog* log)
1217 deBool qpTestLog_writeKernelSource (qpTestLog* log, const char* source)
1236 deBool qpTestLog_writeCompileInfo (qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog)
1261 deBool qpTestLog_startSampleList (qpTestLog* log, const char* name, const char* description)
1285 deBool qpTestLog_startSampleInfo (qpTestLog* log)
1303 deBool qpTestLog_writeValueInfo (qpTestLog* log, const char* name, const char* description, const char* unit, qpSampleValueTag tag)
1333 deBool qpTestLog_endSampleInfo (qpTestLog* log)
1351 deBool qpTestLog_startSample (qpTestLog* log)
1371 deBool qpTestLog_writeValueFloat (qpTestLog* log, double value)
1391 deBool qpTestLog_writeValueInteger (qpTestLog* log, deInt64 value)
1411 deBool qpTestLog_endSample (qpTestLog* log)
1429 deBool qpTestLog_endSampleList (qpTestLog* log)