/external/deqp/framework/egl/ |
D | egluNativeWindow.cpp | 40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0); in getLegacyNative() 46 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM_EXTENSION) == 0); in getPlatformExtension() 52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0); in getPlatformNative() 58 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_SURFACE_SIZE) == 0); in getSurfaceSize() 65 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_SET_SURFACE_SIZE) == 0); in setSurfaceSize() 71 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_SCREEN_SIZE) == 0); in getScreenSize() 77 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_SCREEN_PIXELS) == 0); in readScreenPixels() 84 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CHANGE_VISIBILITY) == 0); in setVisibility()
|
D | egluNativePixmap.cpp | 40 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_LEGACY) == 0); in getLegacyNative() 46 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM_EXTENSION) == 0); in getPlatformExtension() 52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_CREATE_SURFACE_PLATFORM) == 0); in getPlatformNative() 58 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_PIXELS) == 0); in readPixels()
|
D | egluNativeDisplay.cpp | 65 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_LEGACY) == 0); in getLegacyNative() 73 TCU_CHECK_INTERNAL((m_capabilities & platformCapabilities) == 0); in getPlatformNative() 81 TCU_CHECK_INTERNAL((m_capabilities & platformCapabilities) == 0); in getPlatformAttributes()
|
D | egluUtil.cpp | 245 TCU_CHECK_INTERNAL(supportsLegacyGetDisplay || maySupportPlatformGetDisplay); in getDisplay() 323 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createWindowSurface() 381 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createPixmapSurface()
|
/external/deqp/framework/opengl/ |
D | gluPixelTransfer.cpp | 53 TCU_CHECK_INTERNAL(dst.getDepth() == 1); in readPixels() 54 TCU_CHECK_INTERNAL(dst.getRowPitch() == dst.getFormat().getPixelSize()*dst.getWidth()); in readPixels() 72 TCU_CHECK_INTERNAL(src.getDepth() == 1); in texImage2D() 73 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texImage2D() 91 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texImage3D() 92 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight()); in texImage3D() 111 TCU_CHECK_INTERNAL(src.getDepth() == 1); in texSubImage2D() 112 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texSubImage2D() 130 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth()); in texSubImage3D() 131 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight()); in texSubImage3D()
|
D | gluTexture.cpp | 229 …TCU_CHECK_INTERNAL(level.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureF… in create() 331 TCU_CHECK_INTERNAL(levels[0].getWidth() == levels[0].getHeight()); in TextureCube()
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 94 TCU_CHECK_INTERNAL(m_beginSessionID); in TestLogListener() 95 TCU_CHECK_INTERNAL(m_endSessionID); in TestLogListener() 96 TCU_CHECK_INTERNAL(m_sessionInfoID); in TestLogListener() 97 TCU_CHECK_INTERNAL(m_beginTestCaseID); in TestLogListener() 98 TCU_CHECK_INTERNAL(m_endTestCaseID); in TestLogListener() 99 TCU_CHECK_INTERNAL(m_terminateTestCaseID); in TestLogListener() 100 TCU_CHECK_INTERNAL(m_testCaseResultID); in TestLogListener() 101 TCU_CHECK_INTERNAL(m_testLogData); in TestLogListener() 319 TCU_CHECK_INTERNAL(exClass != DE_NULL); in throwJNIException() 321 TCU_CHECK_INTERNAL(env->ThrowNew(exClass, e.what()) == 0); in throwJNIException()
|
D | tcuAndroidJNI.cpp | 43 TCU_CHECK_INTERNAL(cls); in getExecServiceField() 46 TCU_CHECK_INTERNAL(fid); in getExecServiceField() 80 TCU_CHECK_INTERNAL(vm); in Java_com_drawelements_deqp_execserver_ExecService_startServer() 100 TCU_CHECK_INTERNAL(service); in Java_com_drawelements_deqp_execserver_ExecService_stopServer()
|
D | tcuAndroidUtil.cpp | 128 TCU_CHECK_INTERNAL(cls); in findClass() 138 TCU_CHECK_INTERNAL(cls); in getObjectClass() 148 TCU_CHECK_INTERNAL(id); in getMethodID() 169 TCU_CHECK_INTERNAL(intent); in getIntentStringExtra() 173 TCU_CHECK_INTERNAL(extraName && intentCls); in getIntentStringExtra() 615 TCU_CHECK_INTERNAL(sizeof(void*) != sizeof(deUint64)); in getCDDRequiredSystemMemory() 619 TCU_CHECK_INTERNAL(!is64BitDevice); in getCDDRequiredSystemMemory() 626 TCU_CHECK_INTERNAL(de::inRange(screenClass, SCREEN_CLASS_SMALL, SCREEN_CLASS_EXTRA_LARGE)); in getCDDRequiredSystemMemory() 627 TCU_CHECK_INTERNAL(densityClass != DENSITY_CLASS_INVALID); in getCDDRequiredSystemMemory()
|
D | tcuAndroidExecService.cpp | 57 #define JNI_CHECK(EXPR) do { checkJniException(env, __FILE__, __LINE__); TCU_CHECK_INTERNAL(EXPR); …
|
/external/deqp/framework/common/ |
D | tcuApp.cpp | 102 …TCU_CHECK_INTERNAL(m_watchDog = qpWatchDog_create(onWatchdogTimeout, this, WATCHDOG_TOTAL_TIME_LIM… in App() 106 TCU_CHECK_INTERNAL(m_crashHandler = qpCrashHandler_create(onCrash, this)); in App()
|
D | tcuDefs.hpp | 143 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #… macro
|
D | tcuImageCompare.cpp | 108 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in findNumPositionDeviationFailingPixels() 293 …TCU_CHECK_INTERNAL(ref.getFormat().type == TextureFormat::UNORM_INT8 && cmp.getFormat().type == Te… in computeSquaredDiffSum() 585 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare() 754 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in intThresholdCompare() 842 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in dsThresholdCompare()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPrograms.cpp | 485 TCU_CHECK_INTERNAL(!nonStrippedBinary.empty()); in buildProgram() 487 TCU_CHECK_INTERNAL(!binary.empty()); in buildProgram() 570 TCU_CHECK_INTERNAL(!nonStrippedBinary.empty()); in buildProgram() 572 TCU_CHECK_INTERNAL(!binary.empty()); in buildProgram() 657 TCU_CHECK_INTERNAL(isSaneSpirVBinary(program)); in disassembleProgram()
|
D | vkBinaryRegistry.cpp | 194 TCU_CHECK_INTERNAL((size_t)curNode.index < index->size()); in findBinaryIndex() 209 TCU_CHECK_INTERNAL(nodeNdx < index->size()); in findBinaryIndex() 604 TCU_CHECK_INTERNAL(!bytes.empty()); in loadProgram()
|
D | vkBinaryRegistry.hpp | 135 TCU_CHECK_INTERNAL(numElements*sizeof(Element) == resSize); in LazyResource()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderProgram.cpp | 141 …TCU_CHECK_INTERNAL(m_positionVar && m_positionVar->getType().getBaseType() == rsg::VariableType::T… in RandomShaderProgram() 142 …TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType:… in RandomShaderProgram() 150 TCU_CHECK_INTERNAL(vertexOutput); in RandomShaderProgram()
|
D | glsShaderPerformanceMeasurer.cpp | 170 TCU_CHECK_INTERNAL(de::inRange(m_viewportWidth, 1, m_renderCtx.getRenderTarget().getWidth()) && in init()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 317 TCU_CHECK_INTERNAL(false); in EglRenderContext() 390 TCU_CHECK_INTERNAL(false); in EglRenderContext() 414 TCU_CHECK_INTERNAL(false); in EglRenderContext()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 183 TCU_CHECK_INTERNAL(succ); in XlibWindow()
|
D | tcuLnxX11GlxPlatform.cpp | 550 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in add() 557 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in sub()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 482 …TCU_CHECK_INTERNAL(access.getFormat().order == TextureFormat::RGBA && access.getFormat().getPixelS… in fillTextureData() 597 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 1); in iterate() 624 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 4); in iterate() 1239 TCU_CHECK_INTERNAL(*i); in iterate()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 295 TCU_CHECK_INTERNAL(m_curVisibility != eglu::WindowParams::VISIBILITY_HIDDEN); in readScreenPixels()
|
/external/deqp/modules/egl/ |
D | teglRenderCase.cpp | 318 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 162 TCU_CHECK_INTERNAL(binProg); in buildProgram()
|