Searched defs:tessGenLevel (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp139 int tessGenLevel = -1; local
148 gl.getIntegerv(GL_MAX_TESS_GEN_LEVEL, &tessGenLevel);
153 tessGenLevel = 64;
157 tessGenLevel = 5;
162 << "Tessellation level: " << tessGenLevel << ", mode = quad.\n"
163 << "\tEach input patch produces " << (tessGenLevel*tessGenLevel) << " (" << (tessGenLevel*tessGenLevel*2) << " triangles)\n"
166 sources << glu::TessellationControlSource(getTessellationControlSource(tessGenLevel))
[all...]

Completed in 128 milliseconds