/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) == 0); in getPlatformNative() 52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_SURFACE_SIZE) == 0); in getSurfaceSize() 59 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_SET_SURFACE_SIZE) == 0); in setSurfaceSize() 65 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_SCREEN_SIZE) == 0); in getScreenSize() 71 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_SCREEN_PIXELS) == 0); in readScreenPixels() 78 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) == 0); in getPlatformNative() 52 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_READ_PIXELS) == 0); in readPixels()
|
D | egluNativeDisplay.cpp | 60 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_LEGACY) == 0); in getLegacyNative() 68 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0); in getPlatformNative() 76 TCU_CHECK_INTERNAL((m_capabilities & CAPABILITY_GET_DISPLAY_PLATFORM) == 0); in getPlatformAttributes()
|
D | egluUtil.cpp | 235 TCU_CHECK_INTERNAL(supportsLegacyGetDisplay || supportsPlatformGetDisplay); in getDisplay() 288 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate); in createWindowSurface() 329 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate); 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() 297 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 | 101 TCU_CHECK_INTERNAL(m_watchDog = qpWatchDog_create(onWatchdogTimeout, this, 300, 30)); in App() 105 TCU_CHECK_INTERNAL(m_crashHandler = qpCrashHandler_create(onCrash, this)); in App()
|
D | tcuDefs.hpp | 138 #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() 292 …TCU_CHECK_INTERNAL(ref.getFormat().type == TextureFormat::UNORM_INT8 && cmp.getFormat().type == Te… in computeSquaredDiffSum() 584 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare() 753 …TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in intThresholdCompare()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 115 TCU_CHECK_INTERNAL((size_t)curNode.index < index->size()); in findBinaryIndex() 130 TCU_CHECK_INTERNAL(nodeNdx < index->size()); in findBinaryIndex() 424 TCU_CHECK_INTERNAL(!bytes.empty()); in loadProgram()
|
D | vkBinaryRegistry.hpp | 135 TCU_CHECK_INTERNAL(numElements*sizeof(Element) == resSize); in LazyResource()
|
D | vkPrograms.cpp | 163 TCU_CHECK_INTERNAL(isSaneSpirVBinary(program)); in disassembleProgram()
|
/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/X11/ |
D | tcuX11.cpp | 154 TCU_CHECK_INTERNAL(succ); in Window()
|
D | tcuX11GlxPlatform.cpp | 465 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in add() 472 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in sub()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 373 …TCU_CHECK_INTERNAL(access.getFormat().order == tcu::TextureFormat::RGBA && access.getFormat().getP… in fillTextureData() 572 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 1); in iterate() 599 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 4); in iterate() 1206 TCU_CHECK_INTERNAL(*i); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 478 …TCU_CHECK_INTERNAL(access.getFormat().order == TextureFormat::RGBA && access.getFormat().getPixelS… in fillTextureData() 593 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 1); in iterate() 620 TCU_CHECK_INTERNAL(getDataTypeScalarSize(outputType) == 4); in iterate() 1227 TCU_CHECK_INTERNAL(*i); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 119 TCU_CHECK_INTERNAL(binProg); in buildProgram()
|
/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 | 313 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()
|