OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geometryoutputprimitive
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp
411
const char* const
geometryOutputPrimitive
= (m_case == CASE_ISOLINES) ? ("line_strip") : ("triangle_strip");
418
"layout(" <<
geometryOutputPrimitive
<< ", max_vertices=" << numEmitVertices <<") out;\n"
712
const char* const
geometryOutputPrimitive
= (m_case == CASE_ISOLINES) ? ("line_strip") : ("triangle_strip");
719
"layout(" <<
geometryOutputPrimitive
<< ", max_vertices=" << numEmitVertices <<") out;\n"
[
all
...]
Completed in 255 milliseconds