HomeSort by relevance Sort by last modified time
    Searched defs:coordTypeGroup (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 697 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
698 group2D->addChild(coordTypeGroup);
708 coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
736 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
737 groupCube->addChild(coordTypeGroup);
741 coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 685 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
686 group2D->addChild(coordTypeGroup);
696 coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
724 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
725 groupCube->addChild(coordTypeGroup);
729 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 413 milliseconds