Home
last modified time | relevance | path

Searched refs:TCU_CHECK_INTERNAL (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/framework/egl/
DegluNativeWindow.cpp40 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()
DegluNativePixmap.cpp40 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()
DegluNativeDisplay.cpp65 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()
DegluUtil.cpp245 TCU_CHECK_INTERNAL(supportsLegacyGetDisplay || maySupportPlatformGetDisplay); in getDisplay()
323TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createWindowSurface()
381TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createPixmapSurface()
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp53 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()
DgluTexture.cpp229TCU_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/
DtcuTestLogParserJNI.cpp94 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()
DtcuAndroidJNI.cpp43 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()
DtcuAndroidUtil.cpp128 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()
DtcuAndroidExecService.cpp57 #define JNI_CHECK(EXPR) do { checkJniException(env, __FILE__, __LINE__); TCU_CHECK_INTERNAL(EXPR); …
/external/deqp/framework/common/
DtcuApp.cpp102TCU_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()
DtcuDefs.hpp143 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #… macro
DtcuImageCompare.cpp108TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in findNumPositionDeviationFailingPixels()
293TCU_CHECK_INTERNAL(ref.getFormat().type == TextureFormat::UNORM_INT8 && cmp.getFormat().type == Te… in computeSquaredDiffSum()
585TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare()
754TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in intThresholdCompare()
842TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in dsThresholdCompare()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp485 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()
DvkBinaryRegistry.cpp194 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()
DvkBinaryRegistry.hpp135 TCU_CHECK_INTERNAL(numElements*sizeof(Element) == resSize); in LazyResource()
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp141TCU_CHECK_INTERNAL(m_positionVar && m_positionVar->getType().getBaseType() == rsg::VariableType::T… in RandomShaderProgram()
142TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType:… in RandomShaderProgram()
150 TCU_CHECK_INTERNAL(vertexOutput); in RandomShaderProgram()
DglsShaderPerformanceMeasurer.cpp170 TCU_CHECK_INTERNAL(de::inRange(m_viewportWidth, 1, m_renderCtx.getRenderTarget().getWidth()) && in init()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp317 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/
DtcuLnxX11.cpp183 TCU_CHECK_INTERNAL(succ); in XlibWindow()
DtcuLnxX11GlxPlatform.cpp550 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in add()
557 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in sub()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp482TCU_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/
DtcuWin32EGLNativeDisplayFactory.cpp295 TCU_CHECK_INTERNAL(m_curVisibility != eglu::WindowParams::VISIBILITY_HIDDEN); in readScreenPixels()
/external/deqp/modules/egl/
DteglRenderCase.cpp318 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp162 TCU_CHECK_INTERNAL(binProg); in buildProgram()

12