HomeSort by relevance Sort by last modified time
    Searched refs:TestSpec (Results 1 - 19 of 19) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp 72 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec)
74 , m_testSpec (testSpec)
93 const typename Instance::TestSpec m_testSpec;
vktDrawSimpleTest.cpp 49 typedef TestSpecBase TestSpec;
50 SimpleDraw (Context &context, TestSpec testSpec);
57 typedef TestSpec TestSpec;
58 SimpleDrawInstanced (Context &context, TestSpec testSpec);
62 SimpleDraw::SimpleDraw (Context &context, TestSpec testSpec)
63 : DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology
    [all...]
vktDrawIndexedTest.cpp 54 typedef TestSpecBase TestSpec;
56 DrawIndexed (Context &context, TestSpec testSpec);
66 DrawInstancedIndexed (Context &context, TestSpec testSpec);
70 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec)
71 : DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology
    [all...]
vktDrawShaderDrawParametersTests.cpp 82 typedef FlagsTestSpec TestSpec;
83 DrawTest (Context &context, TestSpec testSpec);
103 DrawTest::DrawTest (Context &context, TestSpec testSpec)
104 : DrawTestsBaseClass(context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology)
105 , m_flags (testSpec.flags)
336 void addDrawCase (tcu::TestCaseGroup* group, const DrawTest::TestSpec testSpec, const TestFlags flags
    [all...]
vktDrawIndirectTest.cpp 79 typedef DrawTypedTestSpec TestSpec;
81 IndirectDraw (Context &context, TestSpec testSpec);
118 IndirectDrawInstanced (Context &context, TestSpec testSpec);
122 IndirectDraw::IndirectDraw (Context &context, TestSpec testSpec)
123 : DrawTestsBaseClass (context, testSpec.shaders[glu::SHADERTYPE_VERTEX], testSpec.shaders[glu::SHADERTYPE_FRAGMENT], testSpec.topology
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 60 struct TestSpec
78 ReadPixelsTest (Context& context, const TestSpec& spec);
94 TestSpec::FramebufferType m_framebuffeType;
106 ReadPixelsTest::ReadPixelsTest (Context& context, const TestSpec& spec)
119 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_NATIVE)
123 else if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER)
159 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER)
208 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_NATIVE)
210 else if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER)
334 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_NATIVE
    [all...]
es3fSamplerObjectTests.cpp 62 gls::TextureSamplerTest::TestSpec simpleTestCases[] = {
100 gls::MultiTextureSamplerTest::TestSpec multiTestCases[] = {
145 gls::TextureSamplerTest::TestSpec simpleTestCases3D[] = {
183 gls::MultiTextureSamplerTest::TestSpec multiTestCases3D[] = {
228 gls::TextureSamplerTest::TestSpec simpleTestCasesCube[] = {
266 gls::MultiTextureSamplerTest::TestSpec multiTestCasesCube[] = {
  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 54 struct TestSpec
63 TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec);
112 struct TestSpec
122 MultiTextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec);
glsSamplerObjectTest.cpp 72 TextureSamplerTest::TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec)
583 MultiTextureSamplerTest::MultiTextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec)
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 80 struct TestSpec
93 GLES2SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec);
100 TestSpec m_spec;
115 GLES2SharingTest::GLES2SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec)
297 GLES2BufferSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
309 GLES2BufferSharingTest::GLES2BufferSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec)
470 GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
482 GLES2TextureSharingTest::GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec)
633 GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
644 GLES2ProgramSharingTest::GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec
    [all...]
teglImageFormatTests.cpp 125 struct TestSpec
861 ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec);
872 const TestSpec m_spec;
903 ImageFormatCase::ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 87 struct TestSpec
89 TestSpec (void)
109 AtomicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec);
117 const TestSpec m_spec;
124 static string generateShaderSource (const TestSpec& spec);
128 static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec);
154 AtomicCounterTest::AtomicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec)
172 string AtomicCounterTest::generateShaderSource (const TestSpec& spec)
712 bool AtomicCounterTest::checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec)
    [all...]
es31fVertexAttributeBindingTests.cpp 236 struct TestSpec
252 static TestSpec genTestSpec (int flags);
260 const TestSpec m_spec;
375 SingleBindingCase::TestSpec SingleBindingCase::genTestSpec (int flags)
388 TestSpec spec;
536 struct TestSpec
550 TestSpec genTestSpec (int flags) const;
555 const TestSpec m_spec;
682 MultipleBindingCase::TestSpec MultipleBindingCase::genTestSpec (int flags) const
684 MultipleBindingCase::TestSpec spec
    [all...]
es31fDrawTests.cpp     [all...]
  /external/libese/libese/tests/
bitspec_unittests.cpp 24 struct TestSpec {
40 const struct TestSpec kTestSpec = {
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 230 struct TestSpec
246 static TestSpec genTestSpec (int flags);
254 const TestSpec m_spec;
369 SingleBindingCase::TestSpec SingleBindingCase::genTestSpec (int flags)
382 TestSpec spec;
  /external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp 69 struct TestSpec
85 DrawCallBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec);
111 TestSpec m_spec;
149 DrawCallBatchingTest::DrawCallBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec)
931 string specToName (const DrawCallBatchingTest::TestSpec& spec)
955 string specToDescrpition (const DrawCallBatchingTest::TestSpec& spec)
1056 DrawCallBatchingTest::TestSpec spec;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1279 milliseconds