OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:geometryTotalOutputComponents
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp
174
int
geometryTotalOutputComponents
= -1;
185
gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &
geometryTotalOutputComponents
);
196
geometryTotalOutputComponents
= 1024;
203
geometryTotalOutputComponents
= 1024;
232
<< "\tGL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " <<
geometryTotalOutputComponents
<< "\n";
251
const int numSliceNodesComponentLimit =
geometryTotalOutputComponents
/ (2 * numComponentsPerVertex); // each node 2 vertices
/external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp
[
all
...]
Completed in 220 milliseconds