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

  /external/deqp/framework/qphelper/
qpTestLog.h 130 } qpImageFormat;
210 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 740 static deBool compressImagePNG (Buffer* buffer, qpImageFormat imageFormat, int width, int height, int rowStride, const void* data)
861 qpImageFormat imageFormat,
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 141 void writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data);
tcuTestLog.cpp 360 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data)

Completed in 380 milliseconds