Home
last modified time | relevance | path

Searched defs:TestSpec (Results 1 – 24 of 24) 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::__anon27fdfe9f0111::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::__anon36c857bd0111::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::__anon151c782b0111::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.cpp237 struct TestSpec struct in deqp::gles31::Functional::__anon9d7a419b0111::SingleBindingCase
239 int bufferOffset;
240 int bufferStride;
241 int positionAttrOffset;
242 int colorAttrOffset;
243 bool hasColorAttr;
558 struct TestSpec struct in deqp::gles31::Functional::__anon9d7a419b0111::MultipleBindingCase
560 bool zeroStride;
561 bool instanced;
562 bool aliasingBuffers;
Des31fDrawTests.cpp2041 struct TestSpec in init() struct
2043 int gridSize; in init()
2044 int numDrawCommands; in init()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp231 struct TestSpec struct in deqp::gles31::Stress::__anon4e09b5d90111::SingleBindingCase
233 int bufferOffset;
234 int bufferStride;
235 int positionAttrOffset;
236 int colorAttrOffset;
237 bool hasColorAttr;
/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.cpp129 struct TestSpec struct
131 std::string name;
132 std::string desc;
134 enum ApiContext
144 struct Operation
153 vector<ApiContext> contexts;
154 vector<Operation> operations;
/external/toolchain-utils/
Drun_tests_for.py37 TestSpec = collections.namedtuple("TestSpec", ["directory", "command"]) variable
83 def _run_test(test_spec: TestSpec, timeout: int) -> Tuple[Optional[int], str]:
/external/json-schema-validator/src/test/java/com/networknt/schema/suite/
DTestSpec.java16 public class TestSpec { class
127 public TestSpec( in TestSpec() method in TestSpec
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp50 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anonf512e13f0111::SimpleDraw
59 typedef TestSpec TestSpec; typedef in vkt::Draw::__anonf512e13f0111::SimpleDrawInstanced
DvktDrawConcurrentTests.cpp67 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anon6496f2cb0111::ConcurrentDraw
DvktDrawShaderDrawParametersTests.cpp82 typedef FlagsTestSpec TestSpec; typedef in vkt::Draw::__anon6cbc3e810111::DrawTest
DvktDrawIndirectTest.cpp165 typedef DrawTypedTestSpec TestSpec; typedef in vkt::Draw::__anonb3c4c2070111::IndirectDraw
1515 typedef DrawTypedTestSpec TestSpec; typedef in vkt::Draw::__anonb3c4c2070111::IndirectDrawCountClampTest
DvktDrawIndexedTest.cpp130 typedef TestSpec2 TestSpec; typedef in vkt::Draw::__anon1eaae4560111::DrawIndexed
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp500 struct TestSpec in createTestsInGroup() struct
502 const char *name; in createTestsInGroup()
503 CaseDef caseDef; in createTestsInGroup()
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py29 TestSpec = namedtuple('TestSpec', 'binary, use_test_runner, opt_args') variable
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp58 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anon6eba37010111::ConditionalClearAttachmentTest
DvktConditionalDrawTests.cpp95 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anonb529635f0111::ConditionalDraw
DvktConditionalTransformFeedbackTests.cpp100 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anon35ed7f720111::ConditionalTransformFeedbackDraw
/external/jsoncpp/src/test_lib_json/
Dmain.cpp3430 struct TestSpec { in JSONTEST_FIXTURE_LOCAL() struct
3431 int line; in JSONTEST_FIXTURE_LOCAL()
3432 std::string doc; in JSONTEST_FIXTURE_LOCAL()
3433 size_t rootSize; in JSONTEST_FIXTURE_LOCAL()
3434 ValueCheck onRoot; in JSONTEST_FIXTURE_LOCAL()
/external/bcc/tests/cc/
Dcatch.hpp3175 class TestSpec { class