OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:renderGroup
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/openglcts/modules/common/
glcShaderMultisampleInterpolationTests.cpp
624
tcu::TestCaseGroup*
renderGroup
= new tcu::TestCaseGroup(m_testCtx, "render", "Rendering tests");
625
addChild(
renderGroup
);
629
renderGroup
->addChild(group);
/external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp
653
TestCaseGroup* const
renderGroup
= new TestCaseGroup(context, "render", "Setup texture buffer with glBufferData and render data in different ways");
654
root->addChild(
renderGroup
);
661
renderGroup
->addChild(renderTypeGroup);
es31fTessellationGeometryInteractionTests.cpp
[
all
...]
Completed in 75 milliseconds