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