Home | History | Annotate | Download | only in functional

Lines Matching refs:NUM_VERTICES

3310 	static const int				NUM_VERTICES;
3317 const int BarrierCase::NUM_VERTICES = 32;
3324 const string numVertsStr = de::toString(NUM_VERTICES);
3428 vector<float> attributeData(NUM_VERTICES);
3430 for (int i = 0; i < NUM_VERTICES; i++)
3431 attributeData[i] = (float)i / (float)(NUM_VERTICES-1);
3433 gl.patchParameteri(GL_PATCH_VERTICES, NUM_VERTICES);
3442 glu::pr::Patches(NUM_VERTICES));