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

  /art/test/901-hello-ti-agent/src/art/
Test901.java 56 errorName = getErrorName(i);
83 private static native String getErrorName(int error);
  /external/deqp/external/openglcts/modules/gl/
gl4cSpirvExtensionsTests.cpp 116 << " should generate INVALID_VALUE error instead of " << glu::getErrorName(err) << "\n"
gl4cGetTextureSubImageTests.cpp 276 << " However, the error value " << glu::getErrorName(error_value) << " was generated."
294 << " However, the error value " << glu::getErrorName(error_value) << " was generated."
329 << " However, the error value " << glu::getErrorName(error_value) << " was generated."
364 << " However, the error value " << glu::getErrorName(error_value) << " was generated."
381 << " However, the error value " << glu::getErrorName(error_value) << " was generated."
423 << glu::getErrorName(error_value) << " was generated." << tcu::TestLog::EndMessage;
445 << glu::getErrorName(error_value) << " was generated." << tcu::TestLog::EndMessage;
483 << glu::getErrorName(error_value) << " was generated." << tcu::TestLog::EndMessage;
540 << glu::getErrorName(error_value) << " was generated." << tcu::TestLog::EndMessage;
575 << glu::getErrorName(error_value) << " was generated." << tcu::TestLog::EndMessage
    [all...]
gl4cGlSpirvTests.cpp     [all...]
gl4cBufferStorageTests.cpp     [all...]
  /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);
32 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 62 const UChar *getErrorName(UErrorCode errorNumber);
363 u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*status));
367 const UChar *getErrorName(UErrorCode errorNumber) {
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 103 log << TestLog::Message << " Fail, context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage;
156 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/external/openglcts/modules/common/
glcTestSubcase.cpp 296 const char* name = glu::getErrorName(glError);
glcTextureFilterAnisotropicTests.cpp 325 << glu::getErrorName(error) << tcu::TestLog::EndMessage;
  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 6 const char* getErrorName (int value);
82 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...]
  /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 710 milliseconds