OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpImageFormat
(Results
1 - 4
of
4
) sorted by null
/external/deqp/framework/qphelper/
qpTestLog.h
130
}
qpImageFormat
;
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
717
static deBool compressImagePNG (Buffer* buffer,
qpImageFormat
imageFormat, int width, int height, int rowStride, const void* data)
838
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 381 milliseconds