Lines Matching refs:fmtName

3474 			const char*	fmtName		= colorFormats[formatNdx].name;  in init()  local
3480 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
3481 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
3625 const string fmtName = colorFormats[formatNdx].name; in init() local
3631 …pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, t… in init()
3632 …pboGroup->addChild(new TexImageCubeBufferCase (m_context, (fmtName + "_cube").c_str(), "", format,… in init()
3691 const char* fmtName = colorFormats[formatNdx].name; in init() local
3697 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
3698 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
3708 const char* fmtName = unsizedFormats[formatNdx].name; in init() local
3715 …texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_… in init()
3716 …texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + … in init()
3963 const char* fmtName = colorFormats[formatNdx].name; in init() local
3972 …basicTexImageGroup->addChild(new BasicTexImage2DArrayCase (m_context, (string(fmtName) + "_2d_arra… in init()
3973 …basicTexImageGroup->addChild(new BasicTexImage3DCase (m_context, (string(fmtName) + "_3d").c_str(… in init()
4060 const string fmtName = colorFormats[formatNdx].name; in init() local
4066 …pboGroup->addChild(new TexImage2DArrayBufferCase (m_context, (fmtName + "_2d_array").c_str(), "", … in init()
4067 …pboGroup->addChild(new TexImage3DBufferCase (m_context, (fmtName + "_3d").c_str(), "", format,… in init()
4135 const char* fmtName = colorFormats[formatNdx].name; in init() local
4141 …basicTexSubImageGroup->addChild(new BasicTexSubImage3DCase(m_context, (string(fmtName) + "_3d").c_… in init()
4350 const char* fmtName = colorFormats[formatNdx].name; in init() local
4358 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4359 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4365 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local
4373 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4374 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4447 const char* fmtName = colorFormats[formatNdx].name; in init() local
4458 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()
4459 …formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init()
4465 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local
4472 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()