/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 1341 string nameBase = texFormats[formatNdx].name; in init() local 1344 …unsizedGroup->addChild(new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_2d_pot").c_s… in init() 1345 …unsizedGroup->addChild(new Texture2DFormatCase (m_testCtx, m_context, (nameBase + "_2d_npot").c_… in init() 1346 …unsizedGroup->addChild(new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_cube_pot").… in init() 1347 …unsizedGroup->addChild(new TextureCubeFormatCase (m_testCtx, m_context, (nameBase + "_cube_npot")… in init() 1348 …unsizedGroup->addChild(new Texture2DArrayFormatCase (m_testCtx, m_context, (nameBase + "_2d_array… in init() 1349 …unsizedGroup->addChild(new Texture2DArrayFormatCase (m_testCtx, m_context, (nameBase + "_2d_array… in init() 1350 …unsizedGroup->addChild(new Texture3DFormatCase (m_testCtx, m_context, (nameBase + "_3d_pot").c_s… in init() 1351 …unsizedGroup->addChild(new Texture3DFormatCase (m_testCtx, m_context, (nameBase + "_3d_npot").c_… in init() 1429 string nameBase = sizedColorFormats[formatNdx].name; in init() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 453 string nameBase = texFormats[formatNdx].name; in init() local 456 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_po… in init() 457 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_np… in init() 535 string nameBase = sizedColorFormats[formatNdx].name; in init() local 538 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str()… in init() 539 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(… in init() 545 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init() local 548 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str()… in init() 549 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(… in init() 591 string nameBase = bufferColorFormats[formatNdx].name; in init() local [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 71 string nameBase = texFormats[formatNdx].name; in init() local 79 …addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dat… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 110 string nameBase = texFormats[formatNdx].name; in init() local 118 …addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wra… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 256 const string nameBase = de::toLower(formatStr.substr(10)); in populateTextureCompressedFormatTests() local 267 …compressedTextureTests->addChild(new TextureTestCase<Compressed2DTestInstance>(testCtx, (nameBase … in populateTextureCompressedFormatTests()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 651 string nameBase = texFormats[formatNdx].name; in init() local 654 …addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_pot").… in init() 655 …addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_npot")… in init() 656 …addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_po… in init() 657 …addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_np… in init()
|