Searched refs:nameBase (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 416 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/ |
D | es3fTextureFormatTests.cpp | 1304 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/ |
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/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 649 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()
|