Home
last modified time | relevance | path

Searched defs:TestSpec (Results 1 – 23 of 23) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.hpp54 struct TestSpec struct in deqp::gls::TextureSamplerTest
56 const char* name;
57 const char* desc;
58 GLenum target;
59 SamplingState textureState;
60 SamplingState samplerState;
112 struct TestSpec struct in deqp::gls::MultiTextureSamplerTest
114 const char* name;
115 const char* desc;
116 GLenum target;
[all …]
/external/libese/libese/tests/
Dbitspec_unittests.cpp24 struct TestSpec { struct
40 const struct TestSpec kTestSpec = { argument
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp60 struct TestSpec struct in deqp::gles3::Functional::__anon07022c120111::ReadPixelsTest
62 enum FramebufferType
68 string name;
69 string description;
71 bool useColorClear;
72 bool renderTriangles;
74 FramebufferType framebufferType;
75 GLenum renderbufferFormat;
/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp69 struct TestSpec struct in deqp::gles2::Performance::__anon15cc85300111::DrawCallBatchingTest
71 bool useStaticBuffer;
72 int staticAttributeCount;
74 bool useDynamicBuffer;
75 int dynamicAttributeCount;
77 int triangleCount;
78 int drawCallCount;
80 bool useDrawElements;
81 bool useIndexBuffer;
82 bool dynamicIndices;
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp87 struct TestSpec struct in deqp::gles31::Functional::__anon1a40acde0111::AtomicCounterTest
89 TestSpec (void) in TestSpec() function
100 int atomicCounterCount;
101 Operation operations;
102 int callCount;
103 bool useBranches;
104 int threadCount;
105 OffsetType offsetType;
106 BindingType bindingType;
Des31fVertexAttributeBindingTests.cpp236 struct TestSpec struct in deqp::gles31::Functional::__anona3fc6fae0111::SingleBindingCase
238 int bufferOffset;
239 int bufferStride;
240 int positionAttrOffset;
241 int colorAttrOffset;
242 bool hasColorAttr;
536 struct TestSpec struct in deqp::gles31::Functional::__anona3fc6fae0111::MultipleBindingCase
538 bool zeroStride;
539 bool instanced;
540 bool aliasingBuffers;
Des31fDrawTests.cpp1941 struct TestSpec in init() struct
1943 int gridSize; in init()
1944 int numDrawCommands; in init()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp230 struct TestSpec struct in deqp::gles31::Stress::__anon1779d26c0111::SingleBindingCase
232 int bufferOffset;
233 int bufferStride;
234 int positionAttrOffset;
235 int colorAttrOffset;
236 bool hasColorAttr;
/external/catch2/include/internal/
Dcatch_interfaces_testcase.h15 class TestSpec; variable
Dcatch_interfaces_config.h54 class TestSpec; variable
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp80 struct TestSpec struct in deqp::egl::GLES2SharingTest
82 ResourceType type;
83 bool destroyContextBFirst;
84 bool useResource;
85 bool destroyOnContexB;
86 bool initializeData;
87 bool renderOnContexA;
88 bool renderOnContexB;
89 bool verifyOnContexA;
90 bool verifyOnContexB;
DteglImageFormatTests.cpp125 struct TestSpec struct
127 std::string name;
128 std::string desc;
130 enum ApiContext
139 struct Operation
146 vector<ApiContext> contexts;
147 vector<Operation> operations;
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp50 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anondafc6e920111::SimpleDraw
58 typedef TestSpec TestSpec; typedef in vkt::Draw::__anondafc6e920111::SimpleDrawInstanced
DvktDrawIndexedTest.cpp55 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anonc1c61c090211::DrawIndexed
DvktDrawShaderDrawParametersTests.cpp83 typedef FlagsTestSpec TestSpec; typedef in vkt::Draw::__anon669d73740111::DrawTest
DvktDrawIndirectTest.cpp88 typedef DrawTypedTestSpec TestSpec; typedef in vkt::Draw::__anonba46f01a0111::IndirectDraw
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp499 struct TestSpec in createTestsInGroup() struct
501 const char* name; in createTestsInGroup()
502 const char* description; in createTestsInGroup()
503 CaseDef caseDef; in createTestsInGroup()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp58 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anon4997f1140111::ConditionalClearAttachmentTest
DvktConditionalDrawTests.cpp86 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anond91ddb520111::ConditionalDraw
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py37 TestSpec = namedtuple('TestSpec', 'binary, use_test_runner') variable
/external/autotest/venv/skylab_suite/
Dcros_suite.py70 TestSpec = collections.namedtuple( variable
/external/bcc/tests/cc/
Dcatch.hpp3175 class TestSpec { class
/external/catch2/single_include/catch2/
Dcatch.hpp4510 class TestSpec { class