HomeSort by relevance Sort by last modified time
    Searched defs:Stress (Results 26 - 42 of 42) sorted by null

12

  /external/deqp/modules/gles3/stress/
es3sMemoryTests.cpp 21 * \brief Memory object stress test
44 namespace Stress
48 : TestCaseGroup(testCtx, "memory", "Memory stress tests")
61 tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress tests.");
86 tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress tests.");
124 tcu::TestCaseGroup* basicClearGroup = new TestCaseGroup(m_context, "basic_clear", "Basic allocation stress tests with glClear after OOM.");
149 tcu::TestCaseGroup* randomClearGroup = new TestCaseGroup(m_context, "random_clear", "Random allocation stress tests with glClear after OOM.");
187 } // Stress
es3sLongShaderTests.cpp 21 * \brief Long shader compilation stress tests
46 namespace Stress
346 // Stress test case for compilation of large shaders
432 : TestCaseGroup(testCtx, "long_shaders", "Long shader compilation stress tests")
470 } // Stress
es3sLongRunningTests.cpp 21 * \brief Long-running stress tests.
37 namespace Stress
41 : TestCaseGroup(context, "long", "Long-running stress tests")
109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests");
176 TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests");
232 TestCaseGroup* const drawCallGroup = new TestCaseGroup(m_context, "draw_call", "Draw call stress tests");
269 TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress tests");
299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests");
355 } // Stress
es3sOcclusionQueryTests.cpp 21 * \brief Occlusion query stress tests
46 namespace Stress
285 : TestCaseGroup(testCtx, "occlusion_query", "Occlusion query stress tests")
301 } // Stress
es3sSyncTests.cpp 21 * \brief Sync stress tests.
46 namespace Stress
279 // Fence sync stress tests.
290 } // Stress
es3sLongRunningShaderTests.cpp 21 * \brief Long running shader stress tests.
45 namespace Stress
306 : TestCaseGroup(context, "long_running_shaders", "Long-running shader stress tests")
369 } // Stress
es3sSpecialFloatTests.cpp 21 * \brief Special float stress tests.
49 namespace Stress
    [all...]
es3sVertexArrayTests.cpp 21 * \brief Vertex array and buffer unaligned access stress tests
35 namespace Stress
481 } // Stress
es3sDrawTests.cpp 21 * \brief Draw stress tests
48 namespace Stress
619 : TestCaseGroup(context, "draw", "Draw stress tests")
674 } // Stress
  /external/deqp/modules/gles2/stress/
es2sLongRunningTests.cpp 21 * \brief Long-running stress tests.
37 namespace Stress
41 : TestCaseGroup(context, "long", "Long-running stress tests")
109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests");
176 TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests");
232 TestCaseGroup* const drawCallGroup = new TestCaseGroup(m_context, "draw_call", "Draw call stress tests");
269 TestCaseGroup* const shaderGroup = new TestCaseGroup(m_context, "program", "Shader program stress tests");
299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests");
355 } // Stress
es2sVertexArrayTests.cpp 21 * \brief Vertex array and buffer unaligned access stress tests
35 namespace Stress
349 } // Stress
es2sSpecialFloatTests.cpp 21 * \brief Special float stress tests.
49 namespace Stress
    [all...]
es2sDrawTests.cpp 39 namespace Stress
443 } // Stress
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 22 * \brief Drawing stress tests.
42 namespace Stress
596 } // Stress
es31sTessellationGeometryInteractionTests.cpp 21 * \brief Tessellation and geometry shader interaction stress tests.
46 namespace Stress
558 : TestCaseGroup(context, "tessellation_geometry_interaction", "Tessellation and geometry shader interaction stress tests")
632 } // Stress
es31sVertexAttributeBindingTests.cpp 21 * \brief Vertex attribute binding stress tests.
43 namespace Stress
617 : TestCaseGroup(context, "vertex_attribute_binding", "Test vertex attribute binding stress tests")
658 } // Stress
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 106 Stress = 2,
393 tType = Stress;
    [all...]

Completed in 585 milliseconds

12