Searched refs:m_testCtx (Results 226 - 250 of 401) sorted by relevance

1234567891011>>

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndirectTest.cpp765 tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws geometry using " + drawTypeStr + "draw call").c_str());
767 tcu::TestCaseGroup* indirectDrawGroup = new tcu::TestCaseGroup(m_testCtx, "indirect_draw", "Draws geometry");
774 indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_list", "Draws triangle list", testSpec));
776 indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_strip", "Draws triangle strip", testSpec));
781 tcu::TestCaseGroup* indirectDrawInstancedGroup = new tcu::TestCaseGroup(m_testCtx, "indirect_draw_instanced", "Draws an instanced geometry");
783 tcu::TestCaseGroup* noFirstInstanceGroup = new tcu::TestCaseGroup(m_testCtx, "no_first_instance", "Use 0 as firstInstance");
792 noFirstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceNotSupported> >(m_testCtx, "triangle_list", "Draws an instanced triangle list", testSpec));
794 noFirstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceNotSupported> >(m_testCtx, "triangle_strip", "Draws an instanced triangle strip", testSpec));
798 tcu::TestCaseGroup* firstInstanceGroup = new tcu::TestCaseGroup(m_testCtx, "first_instance", "Use drawIndirectFirstInstance optional feature");
807 firstInstanceGroup->addChild(new InstanceFactory<IndirectDrawInstanced<FirtsInstanceSupported> >(m_testCtx, "triangle_lis
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp104 m_testCtx.getLog() << tcu::TestLog::Message << m_varName << " = " << refValue << tcu::TestLog::EndMessage;
249 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
256 if (m_iterNdx == DE_LENGTH_OF_ARRAY(cases) || m_testCtx.getTestResult() != QP_TEST_RESULT_PASS)
278 TestLog& log = m_testCtx.getLog();
349 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
372 TestLog& log = m_testCtx.getLog();
441 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
459 TestLog& log = m_testCtx.getLog();
558 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
580 TestLog& log = m_testCtx
[all...]
H A Des2fPolygonOffsetTests.cpp277 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
278 m_testCtx.getLog() << tcu::TestLog::Message << "Testing PolygonOffset with " << m_internalFormatName << " depth buffer." << tcu::TestLog::EndMessage;
306 verifyError(m_testCtx, gl, GL_NO_ERROR);
311 verifyError(m_testCtx, gl, GL_NO_ERROR);
317 verifyError(m_testCtx, gl, GL_NO_ERROR);
361 tcu::TestLog& log = m_testCtx.getLog();
448 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
489 tcu::TestLog& log = m_testCtx.getLog();
573 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
608 tcu::TestLog& log = m_testCtx
[all...]
H A Des2fVertexArrayTest.cpp108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
177 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
248 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
316 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
378 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
443 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
548 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), desc.c_str()));
614 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), desc.c_str()));
719 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), desc.c_str()));
810 addChild(new MultiVertexArrayTest(m_testCtx, m_contex
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp134 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
150 m_testCtx.getLog() << tcu::TestLog::Message << "Sample " << ndx << " is not in valid range [0,1], got " << samplePos << tcu::TestLog::EndMessage;
156 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
158 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid sample pos");
252 TestLog& log = m_testCtx.getLog();
433 TestLog& log = m_testCtx.getLog();
562 TestLog& log = m_testCtx.getLog();
585 TestLog& log = m_testCtx.getLog();
743 TestLog& log = m_testCtx.getLog();
905 TestLog& log = m_testCtx
[all...]
H A Des31fFboNoAttachmentTests.cpp310 m_results.setTestContextResult(m_testCtx);
363 TestLog& log = m_testCtx.getLog();
378 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
380 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Framebuffer did not behave as expected");
467 TestLog& log = m_testCtx.getLog();
487 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
489 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Framebuffer did not behave as expected");
H A Des31fShaderSharedVarTests.cpp159 m_testCtx.getLog() << *m_program;
332 m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" << TestLog::EndMessage;
334 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
343 m_testCtx.getLog() << TestLog::Message << (numValues-numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
345 m_testCtx.setTestResult(numFailed == 0 ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
365 tcu::TestCaseGroup *const basicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "basic_type", "Basic Types");
393 tcu::TestCaseGroup *const workGroupSizeGroup = new tcu::TestCaseGroup(m_testCtx, "work_group_size", "Shared Variables with Various Work Group Sizes");
H A Des31fTextureSpecificationTests.cpp138 tcu::TestLog& log = m_testCtx.getLog();
175 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
299 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold,
304 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image comparison failed");
846 tcu::TestCaseGroup* basicTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_teximage3d", "Basic glTexImage3D() usage");
861 tcu::TestCaseGroup* pboGroup = new tcu::TestCaseGroup(m_testCtx, "teximage3d_pbo", "glTexImage3D() from PBO");
917 tcu::TestCaseGroup* shadow3dGroup = new tcu::TestCaseGroup(m_testCtx, "teximage3d_depth", "glTexImage3D() with depth or depth/stencil format");
931 tcu::TestCaseGroup* shadow3dGroup = new tcu::TestCaseGroup(m_testCtx, "teximage3d_depth_pbo", "glTexImage3D() with depth or depth/stencil format with pbo");
945 tcu::TestCaseGroup* pboGroup = new tcu::TestCaseGroup(m_testCtx, "texsubimage3d_pbo", "glTexSubImage3D() pixel buffer object tests");
1022 tcu::TestCaseGroup* shadow3dGroup = new tcu::TestCaseGroup(m_testCtx, "texsubimage3d_dept
[all...]
/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.cpp322 m_testCtx.getLog() << *program;
541 TestLog& log = m_testCtx.getLog();
561 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)(((double)interleaved.median) / batched.median), 2).c_str());
568 TestLog& log = m_testCtx.getLog();
671 TestLog& log = m_testCtx.getLog();
689 TestLog& log = m_testCtx.getLog();
707 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)avgMedianCallUs, 3).c_str());
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp280 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
281 m_testCtx.getLog() << tcu::TestLog::Message << "Testing PolygonOffset with " << m_internalFormatName << " depth buffer." << tcu::TestLog::EndMessage;
309 verifyError(m_testCtx, gl, GL_NO_ERROR);
314 verifyError(m_testCtx, gl, GL_NO_ERROR);
320 verifyError(m_testCtx, gl, GL_NO_ERROR);
364 tcu::TestLog& log = m_testCtx.getLog();
451 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
492 tcu::TestLog& log = m_testCtx.getLog();
576 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
611 tcu::TestLog& log = m_testCtx
[all...]
H A Des3fVertexArrayTest.cpp105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
210 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
313 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
414 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
507 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
623 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
761 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), desc.c_str()));
827 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), desc.c_str()));
932 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), desc.c_str()));
1023 addChild(new MultiVertexArrayTest(m_testCtx, m_contex
[all...]
H A Des3fFragmentOutputTests.cpp243 TestLog& log = m_testCtx.getLog();
547 TestLog& log = m_testCtx.getLog();
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
697 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
733 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, UVec4(0), maxVal) << TestLog::EndMessage;
956 m_testCtx.setTestResult(allLevelsOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
1152 tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic fragment output tests");
1160 tcu::TestCaseGroup* floatGroup = new tcu::TestCaseGroup(m_testCtx, "float", "Floating-point output tests");
1183 tcu::TestCaseGroup* fixedGroup = new tcu::TestCaseGroup(m_testCtx, "fixed", "Fixed-point output tests");
1206 tcu::TestCaseGroup* intGroup = new tcu::TestCaseGroup(m_testCtx, "in
[all...]
H A Des3fFragDepthTests.cpp125 TestLog& log = m_testCtx.getLog();
265 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
296 TestLog& log = m_testCtx.getLog();
417 m_testCtx.setTestResult(isOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
577 tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write tests");
583 tcu::TestCaseGroup* compareGroup = new tcu::TestCaseGroup(m_testCtx, "compare", "gl_FragDepth used with depth comparison");
H A Des3fSamplerObjectTests.cpp96 simpleTexture2D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases[testNdx]));
141 multiTexture2D->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases[testNdx]));
179 simpleTexture3D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases3D[testNdx]));
224 multiTexture3D->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases3D[testNdx]));
262 simpleTextureCube->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCasesCube[testNdx]));
307 multiTextureCube->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCasesCube[testNdx]));
/external/deqp/modules/egl/
H A DteglNativeColorMappingTests.cpp476 tcu::ScopedLogSection logSection (m_testCtx.getLog(), ("Config ID " + configIdStr).c_str(), ("Config ID " + configIdStr).c_str());
481 logConfigInfo(m_testCtx.getLog(), egl, display, config, m_nativeType, waitFrames);
485 windowFactory = &eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
500 pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
536 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display, *context, config, gl, m_render, waitFrames, DE_LENGTH_OF_ARRAY(colors), colors))
537 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color rendered");
545 if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, display, *context, config, gl, m_render, DE_LENGTH_OF_ARRAY(colors), colors))
546 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color rendered");
554 if (!testNativePixmapCopy(m_testCtx.getLog(), egl, *nativePixmap, display, *context, config, gl, m_render, DE_LENGTH_OF_ARRAY(colors), colors))
555 m_testCtx
[all...]
H A DteglNativeCoordMappingTests.cpp507 tcu::ScopedLogSection logSection (m_testCtx.getLog(), ("Config ID " + configIdStr).c_str(), ("Config ID " + configIdStr).c_str());
514 logConfigInfo(m_testCtx.getLog(), egl, display, config, m_nativeType, waitFrames);
518 windowFactory = &eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
533 pixmapFactory = &eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
569 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display, *context, config, gl, m_render, waitFrames))
570 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color rendered");
579 if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, width, height, display, *context, config, gl, m_render))
580 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid color rendered");
589 if (!testNativePixmapCopy(m_testCtx.getLog(), egl, *nativePixmap, width, height, display, *context, config, gl, m_render))
590 m_testCtx
[all...]
H A DteglResizeTests.cpp109 , m_log (m_testCtx.getLog())
146 const CommandLine& cmdLine = m_testCtx.getCommandLine();
211 m_testCtx.getPlatform().processEvents();
365 m_status.setTestContextResult(m_testCtx);
427 m_status.setTestContextResult(m_testCtx);
511 m_status.setTestContextResult(m_testCtx);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp135 m_textures.push_back(glu::Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size(), m_filenames));
197 TestLog& log = m_testCtx.getLog();
310 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
396 m_textures.push_back(glu::TextureCube::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size() / 6, m_filenames));
520 TestLog& log = m_testCtx.getLog();
622 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
639 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Filtering");
640 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering");
740 group2D->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
774 groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_contex
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp126 m_textures.push_back(glu::Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size(), m_filenames));
187 TestLog& log = m_testCtx.getLog();
298 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
383 m_textures.push_back(glu::TextureCube::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size() / 6, m_filenames));
529 TestLog& log = m_testCtx.getLog();
629 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
646 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Filtering");
647 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering");
730 group2D->addChild(new Texture2DFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
749 groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_contex
[all...]
H A Des3aTextureMipmapTests.cpp243 TestLog& log = m_testCtx.getLog();
359 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
525 TestLog& log = m_testCtx.getLog();
622 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::toString(score).c_str());
639 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Mipmapping");
640 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering");
685 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
696 coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
724 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
729 coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_contex
[all...]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp105 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to 2d texture array, numLayers = " << m_numLayers << tcu::TestLog::EndMessage;
107 m_testCtx.getLog()
119 m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader minimum maximum output limits." << tcu::TestLog::EndMessage;
134 tcu::MessageBuilder msg(&m_testCtx.getLog());
183 m_testCtx.getLog()
193 m_testCtx.getLog()
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp567 , m_numMeasurementsPerWorkload (getIterationCountOrDefault(m_testCtx.getCommandLine(), DEFAULT_NUM_MEASUREMENTS_PER_WORKLOAD))
689 TestLog& log = m_testCtx.getLog();
779 TestLog& log = m_testCtx.getLog();
863 TestLog& log = m_testCtx.getLog();
917 logCalibrationInfo(m_testCtx.getLog(), m_calibrator);
938 TestLog& log = m_testCtx.getLog();
1069 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
1081 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)megaOpsPerSecond, 2).c_str());
1343 m_testCtx.getLog() << TestLog::Message << "Note: the bigger program contains " << opDiff << " more "
1843 m_testCtx
[all...]
H A Des2pTextureUploadTests.cpp148 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Unsupported texture size");
250 TestLog& log = m_testCtx.getLog();
287 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)avgMTexelsPerSeconds, 2).c_str());
335 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
369 qpWatchDog* dog = m_testCtx.getWatchDog();
431 if (m_testCtx.getTestResult() == QP_TEST_RESULT_NOT_SUPPORTED)
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp567 , m_numMeasurementsPerWorkload (getIterationCountOrDefault(m_testCtx.getCommandLine(), DEFAULT_NUM_MEASUREMENTS_PER_WORKLOAD))
689 TestLog& log = m_testCtx.getLog();
779 TestLog& log = m_testCtx.getLog();
863 TestLog& log = m_testCtx.getLog();
917 logCalibrationInfo(m_testCtx.getLog(), m_calibrator);
938 TestLog& log = m_testCtx.getLog();
1069 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "Pass");
1081 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, de::floatToString((float)megaOpsPerSecond, 2).c_str());
1347 m_testCtx.getLog() << TestLog::Message << "Note: the bigger program contains " << opDiff << " more "
1851 m_testCtx
[all...]
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1388 m_testCtx.getLog()
1402 m_testCtx.getLog()
1405 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Comparison failed");
1429 m_testCtx.getLog()
1439 m_testCtx.getLog()
1442 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Comparison failed");
1449 m_testCtx.getLog()
1459 m_testCtx.getLog()
1462 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Comparison failed");
1500 m_testCtx
[all...]

Completed in 377 milliseconds

1234567891011>>