OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:varyingGroup
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp
1019
TestCaseGroup*
varyingGroup
= new TestCaseGroup(m_context, "varying_array", "Varying array access tests.");
1020
addChild(
varyingGroup
);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp
984
TestCaseGroup*
varyingGroup
= new TestCaseGroup(m_context, "varying_array", "Varying array access tests.");
985
addChild(
varyingGroup
);
998
varyingGroup
->addChild(createVaryingArrayCase(m_context, name.c_str(), desc.c_str(), varType, (IndexAccessType)vertAccess, (IndexAccessType)fragAccess));
[
all
...]
Completed in 55 milliseconds