• Home
  • Raw
  • Download

Lines Matching refs:fmtName

3591 			const char*	fmtName		= colorFormats[formatNdx].name;  in init()  local
3597 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
3598 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
3742 const string fmtName = colorFormats[formatNdx].name; in init() local
3748 …pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, t… in init()
3749 …pboGroup->addChild(new TexImageCubeBufferCase (m_context, (fmtName + "_cube").c_str(), "", format,… in init()
3808 const char* fmtName = colorFormats[formatNdx].name; in init() local
3814 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
3815 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
3825 const char* fmtName = unsizedFormats[formatNdx].name; in init() local
3832 …texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_… in init()
3833 …texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + … in init()
4083 const char* fmtName = colorFormats[formatNdx].name; in init() local
4092 …basicTexImageGroup->addChild(new BasicTexImage2DArrayCase (m_context, (string(fmtName) + "_2d_arra… in init()
4093 …basicTexImageGroup->addChild(new BasicTexImage3DCase (m_context, (string(fmtName) + "_3d").c_str(… in init()
4180 const string fmtName = colorFormats[formatNdx].name; in init() local
4186 …pboGroup->addChild(new TexImage2DArrayBufferCase (m_context, (fmtName + "_2d_array").c_str(), "", … in init()
4187 …pboGroup->addChild(new TexImage3DBufferCase (m_context, (fmtName + "_3d").c_str(), "", format,… in init()
4255 const char* fmtName = colorFormats[formatNdx].name; in init() local
4261 …basicTexSubImageGroup->addChild(new BasicTexSubImage3DCase(m_context, (string(fmtName) + "_3d").c_… in init()
4470 const char* fmtName = colorFormats[formatNdx].name; in init() local
4478 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4479 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4485 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local
4493 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4494 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4567 const char* fmtName = colorFormats[formatNdx].name; in init() local
4578 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()
4579 …formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init()
4585 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local
4592 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()