OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getErrorName
(Results
1 - 11
of
11
) sorted by null
/external/deqp/framework/egl/
egluDefs.cpp
56
: tcu::TestError ((std::string("EGL returned ") +
getErrorName
(errCode)).c_str(), errStr ? errStr : "", __FILE__, __LINE__)
egluStrUtilPrototypes.inl
9
const char*
getErrorName
(int value);
31
inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(
getErrorName
, value); }
egluStrUtil.inl
39
const char*
getErrorName
(int value)
/external/icu/icu4c/source/samples/uresb/
uresb.c
56
const UChar *
getErrorName
(UErrorCode errorNumber);
357
u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status),
getErrorName
(*status));
361
const UChar *
getErrorName
(UErrorCode errorNumber) {
/external/deqp/modules/egl/
teglCreateContextTests.cpp
100
log << TestLog::Message << " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::
getErrorName
(err) << TestLog::EndMessage;
teglSurfacelessContextTests.cpp
125
log << TestLog::Message << " Fail, context: " << tcu::toHex(*context) << ", error: " << eglu::
getErrorName
(err) << TestLog::EndMessage;
/external/deqp/framework/opengl/
gluStrUtilPrototypes.inl
6
const char*
getErrorName
(int value);
81
inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(
getErrorName
, value); }
gluStrUtil.inl
7
const char*
getErrorName
(int value)
[
all
...]
/hardware/libhardware/include/hardware/
hwcomposer2.h
384
static inline const char*
getErrorName
(hwc2_error_t error) {
597
TO_STRING(hwc2_error_t, Error,
getErrorName
)
[
all
...]
/external/deqp/modules/glshared/
glsFboUtil.cpp
75
return glu::
getErrorName
(errorCode) != DE_NULL;
850
validResults.push_back(std::string(glu::
getErrorName
(m_errorCodes[ndx].errorCode)) + " (during FBO initialization)");
880
logRule(log, glu::
getErrorName
(m_errorCodes[ndx].errorCode), m_errorCodes[ndx].rules);
glsFboCompletenessTests.cpp
39
using glu::
getErrorName
;
Completed in 419 milliseconds