Home
last modified time | relevance | path

Searched refs:nameBase (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp416 string nameBase = texFormats[formatNdx].name; in init() local
419 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_po… in init()
420 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_np… in init()
497 string nameBase = sizedColorFormats[formatNdx].name; in init() local
500 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str()… in init()
501 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(… in init()
507 string nameBase = sizedDepthStencilFormats[formatNdx].name; in init() local
510 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str()… in init()
511 … (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(… in init()
553 string nameBase = bufferColorFormats[formatNdx].name; in init() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp1304 string nameBase = texFormats[formatNdx].name; in init() local
1307 …ld(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_pot").c_st… in init()
1308 …ld(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_npot").c_s… in init()
1309 …d(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_pot").c_… in init()
1310 …d(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_npot").c… in init()
1311 …ew Texture2DArrayFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_array_pot"… in init()
1312 …ew Texture2DArrayFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_array_npot… in init()
1313 …ld(new Texture3DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_3d_pot").c_st… in init()
1314 …ld(new Texture3DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_3d_npot").c_s… in init()
1391 string nameBase = sizedColorFormats[formatNdx].name; in init() local
[all …]
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp71 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/
Des3pTextureFormatTests.cpp110 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/modules/gles2/functional/
Des2fTextureFormatTests.cpp649 string nameBase = texFormats[formatNdx].name; in init() local
652 …addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_pot").… in init()
653 …addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_npot")… in init()
654 …addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_po… in init()
655 …addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_np… in init()