OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coordTypeGroup
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp
695
tcu::TestCaseGroup*
coordTypeGroup
= new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
696
group2D->addChild(
coordTypeGroup
);
706
coordTypeGroup
->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
734
tcu::TestCaseGroup*
coordTypeGroup
= new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
735
groupCube->addChild(
coordTypeGroup
);
739
coordTypeGroup
->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
/external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp
684
tcu::TestCaseGroup*
coordTypeGroup
= new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
685
group2D->addChild(
coordTypeGroup
);
695
coordTypeGroup
->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
723
tcu::TestCaseGroup*
coordTypeGroup
= new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
724
groupCube->addChild(
coordTypeGroup
);
728
coordTypeGroup
->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
/external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp
[
all
...]
Completed in 58 milliseconds