OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geometryoutputvertices
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp
173
int
geometryOutputVertices
= -1;
184
gl.getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &
geometryOutputVertices
);
195
geometryOutputVertices
= 256;
202
geometryOutputVertices
= 16;
231
<< "\tGL_MAX_GEOMETRY_OUTPUT_VERTICES = " <<
geometryOutputVertices
<< "\n"
252
const int numSliceNodesOutputLimit =
geometryOutputVertices
/ 2; // each node 2 vertices
/external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp
[
all
...]
Completed in 87 milliseconds