Lines Matching defs:Spec
113 struct Spec struct
117 int count;
118 int instances;
119 bool useDrawElements;
120 GLenum indexType;
121 int indexOffset;
122 int indexRangeMin;
123 int indexRangeMax;
124 int indexCount;
125 VertexArrayState state;
126 VertexArrayState vao;
127 vector<BufferSpec> buffers;
130 Spec::Spec(void) in Spec() function in deqp::gles3::Functional::__anonf24905c00111::Spec