Lines Matching defs:TestConfig
62 struct TestConfig struct
64 enum TextureType
73 int threadCount;
74 int perThreadContextCount;
76 int frameCount;
77 int drawCallCount;
78 int triangleCount;
80 bool sharedContexts;
82 bool useCoordBuffer;
83 bool sharedCoordBuffer;
85 bool useIndices;
86 bool useIndexBuffer;
87 bool sharedIndexBuffer;
89 bool useTexture;
90 TextureType textureType;
92 bool sharedProgram;
94 int textureWidth;
95 int textureHeight;
97 int surfaceWidth;
98 int surfaceHeight;