OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geometrypresent
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp
579
bool
geometryPresent
= false;
602
case glu::SHADERTYPE_GEOMETRY:
geometryPresent
= true; break;
610
const bool nonComputePresent = vertexPresent || fragmentPresent || tessControlPresent || tessEvalPresent ||
geometryPresent
;
632
if ((m_geoNumOutputVertices != 0) !=
geometryPresent
)
Completed in 1355 milliseconds