OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpTestLog_writeInteger
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/qphelper/
qpTestLog.h
202
deBool
qpTestLog_writeInteger
(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value);
qpTestLog.c
599
deBool
qpTestLog_writeInteger
(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
[
all
...]
/external/deqp/framework/common/
tcuTestLog.cpp
422
if (
qpTestLog_writeInteger
(m_log, name, description, unit, tag, value) == DE_FALSE)
Completed in 165 milliseconds