Lines Matching refs:nameBase
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
556 …(new TextureBufferFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_pot").c_str()… in init()
557 …(new TextureBufferFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_npot").c_str(… in init()