OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertexGroup
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/functional/
es2fRandomShaderTests.cpp
61
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests");
62
addChild(
vertexGroup
);
72
vertexGroup
->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", params, seed, true, false));
92
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests");
93
addChild(
vertexGroup
);
103
vertexGroup
->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", params, seed, true, false));
124
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests");
125
addChild(
vertexGroup
);
132
vertexGroup
->addChild(createRandomShaderCase(m_context, "Vector swizzles in vertex shader", params, seed, true, false));
152
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests")
[
all
...]
/external/deqp/modules/gles3/functional/
es3fRandomShaderTests.cpp
63
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests");
64
addChild(
vertexGroup
);
74
vertexGroup
->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", params, seed, true, false));
94
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests");
95
addChild(
vertexGroup
);
105
vertexGroup
->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", params, seed, true, false));
126
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests");
127
addChild(
vertexGroup
);
134
vertexGroup
->addChild(createRandomShaderCase(m_context, "Vector swizzles in vertex shader", params, seed, true, false));
154
tcu::TestCaseGroup*
vertexGroup
= new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests")
[
all
...]
/external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp
[
all
...]
/external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp
[
all
...]
Completed in 219 milliseconds