HomeSort by relevance Sort by last modified time
    Searched refs:qpTestLog_writeImage (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/qphelper/
qpTestLog.h 207 deBool qpTestLog_writeImage (qpTestLog* log, const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data);
qpTestLog.c 836 deBool qpTestLog_writeImage (
932 qpPrintf("qpTestLog_writeImage(): Unknown compression mode: %s\n", QP_LOOKUP_STRING(s_qpImageCompressionModeMap, compressionMode));
955 qpPrintf("qpTestLog_writeImage(): Writing XML failed\n");
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 362 if (qpTestLog_writeImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE)

Completed in 51 milliseconds