HomeSort by relevance Sort by last modified time
    Searched refs:tessGenLevel (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 139 int tessGenLevel = -1;
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...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]

Completed in 246 milliseconds