Home
last modified time | relevance | path

Searched refs:TCU_CHECK_INTERNAL (Results 1 – 25 of 35) 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) == 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()
DegluNativePixmap.cpp40 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()
DegluNativeDisplay.cpp60 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()
DegluUtil.cpp235 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/
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()
297 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.cpp101 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()
DtcuDefs.hpp138 #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()
292TCU_CHECK_INTERNAL(ref.getFormat().type == TextureFormat::UNORM_INT8 && cmp.getFormat().type == Te… in computeSquaredDiffSum()
584TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in floatThresholdCompare()
753TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth()… in intThresholdCompare()
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp115 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()
DvkBinaryRegistry.hpp135 TCU_CHECK_INTERNAL(numElements*sizeof(Element) == resSize); in LazyResource()
DvkPrograms.cpp163 TCU_CHECK_INTERNAL(isSaneSpirVBinary(program)); in disassembleProgram()
/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/X11/
DtcuX11.cpp154 TCU_CHECK_INTERNAL(succ); in Window()
DtcuX11GlxPlatform.cpp465 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in add()
472 TCU_CHECK_INTERNAL(m_bitsLeft >= bits); in sub()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp373TCU_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/
Des31fOpaqueTypeIndexingTests.cpp478TCU_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/
DvktTestPackage.cpp119 TCU_CHECK_INTERNAL(binProg); in buildProgram()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp295 TCU_CHECK_INTERNAL(m_curVisibility != eglu::WindowParams::VISIBILITY_HIDDEN); in readScreenPixels()
/external/deqp/modules/egl/
DteglRenderCase.cpp313 TCU_CHECK_INTERNAL((configApiMask & m_apiMask) == m_apiMask); in executeForSurface()

12