OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 68 milliseconds