Home
last modified time | relevance | path

Searched defs:TestSpec (Results 1 – 9 of 9) 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/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp60 struct TestSpec struct in deqp::gles3::Functional::__anon8e411d600111::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::__anon9d0b767e0111::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::__anon22d6f2ac0111::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.cpp238 struct TestSpec struct in deqp::gles31::Functional::__anoncef11d3c0111::SingleBindingCase
240 int bufferOffset;
241 int bufferStride;
242 int positionAttrOffset;
243 int colorAttrOffset;
244 bool hasColorAttr;
538 struct TestSpec struct in deqp::gles31::Functional::__anoncef11d3c0111::MultipleBindingCase
540 bool zeroStride;
541 bool instanced;
542 bool aliasingBuffers;
Des31fDrawTests.cpp1942 struct TestSpec in init() struct
1944 int gridSize; in init()
1945 int numDrawCommands; in init()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp232 struct TestSpec struct in deqp::gles31::Stress::__anonc249e8fa0111::SingleBindingCase
234 int bufferOffset;
235 int bufferStride;
236 int positionAttrOffset;
237 int colorAttrOffset;
238 bool hasColorAttr;
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp150 struct TestSpec struct in deqp::egl::GLES2SharingTest
152 ResourceType type;
153 bool destroyContextBFirst;
154 bool useResource;
155 bool destroyOnContexB;
156 bool initializeData;
157 bool renderOnContexA;
158 bool renderOnContexB;
159 bool verifyOnContexA;
160 bool verifyOnContexB;
DteglImageFormatTests.cpp162 struct TestSpec struct
164 std::string name;
165 std::string desc;
167 enum ApiContext
176 struct Operation
193 vector<ApiContext> contexts;
194 vector<Operation> operations;