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

  /external/deqp/framework/common/
tcuDefs.hpp 101 #define TCU_THROW(ERRCLASS, MSG) \
111 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 228 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server");
263 TCU_THROW(NotSupportedError, oss.str().c_str());
274 TCU_THROW(NotSupportedError, oss.str().c_str());
566 TCU_THROW(NotSupportedError, "Requested GLX configuration not found or unusable");
600 TCU_THROW(NotSupportedError, "Unsupported surface type");
  /external/deqp/framework/egl/
egluUtil.cpp 134 TCU_THROW(NotSupportedError, "No suitable EGL configuration found");
166 TCU_THROW(NotSupportedError, "Surface doesn't support pixel density queries");
  /external/deqp/modules/egl/
teglResizeTests.cpp 472 TCU_THROW(NotSupportedError, "Unable to determine surface size in screen pixels");
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 614 milliseconds