/external/deqp/modules/gles2/functional/ |
es2fTextureSizeTests.cpp | 397 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap Texture Size Tests"); 398 addChild(groupCube); 412 groupCube->addChild(new TextureCubeSizeCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "",
|
es2fTextureFilteringTests.cpp | 621 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 623 addChild(groupCube); 779 groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), 804 groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
|
es2fVertexTextureTests.cpp | [all...] |
es2fTextureMipmapTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureSizeTests.cpp | 397 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap Texture Size Tests"); 398 addChild(groupCube); 412 groupCube->addChild(new TextureCubeSizeCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "",
|
es3fTextureFilteringTests.cpp | [all...] |
es3fTextureMipmapTests.cpp | [all...] |
es3fTextureShadowTests.cpp | [all...] |
es3fVertexTextureTests.cpp | [all...] |
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 638 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 640 addChild(groupCube); 772 groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
|
es2aTextureMipmapTests.cpp | 650 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 652 addChild(groupCube); 735 groupCube->addChild(coordTypeGroup);
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 654 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 656 addChild(groupCube); 756 groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(),
|
es3aTextureMipmapTests.cpp | 639 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); 641 addChild(groupCube); 724 groupCube->addChild(coordTypeGroup);
|