Home
last modified time | relevance | path

Searched refs:fmtName (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp1165 string fmtName = getFormatName(format); in init() local
1175 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str… in init()
1176 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(… in init()
1177 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(… in init()
1178 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec4").c_str(… in init()
1188 string fmtName = getFormatName(format); in init() local
1198 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str… in init()
1199 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(… in init()
1200 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(… in init()
1201 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec4").c_str(… in init()
[all …]
Des3fTextureSpecificationTests.cpp3475 const char* fmtName = colorFormats[formatNdx].name; in init() local
3481 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
3482 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
3626 const string fmtName = colorFormats[formatNdx].name; in init() local
3632 …pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, t… in init()
3633 …pboGroup->addChild(new TexImageCubeBufferCase (m_context, (fmtName + "_cube").c_str(), "", format,… in init()
3692 const char* fmtName = colorFormats[formatNdx].name; in init() local
3698 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
3699 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
3709 const char* fmtName = unsizedFormats[formatNdx].name; in init() local
[all …]
Des3fTextureFormatTests.cpp125 std::ostringstream fmtName; in init() local
128 fmtName << glu::getPixelFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
130 fmtName << glu::getPixelFormatStr(m_format); in init()
132 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height in init()
290 std::ostringstream fmtName; in init() local
293 fmtName << glu::getPixelFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
295 fmtName << glu::getPixelFormatStr(m_format); in init()
297 …log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_he… in init()
Des3fFramebufferBlitTests.cpp1049 string fmtName = getFormatName(format); in init() local
1054 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_basic").c_str(), "", … in init()
1055 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_scale").c_str(), "", … in init()
1059 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_depth_only").c_str(),… in init()
1060 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_stencil_only").c_str(… in init()
Des3fFboColorbufferTests.cpp1137 string fmtName = getFormatName(format); in init() local
1144 …blendGroup->addChild(new FboBlendCase(m_context, (fmtName + "_src_over").c_str(), "", format, IVec… in init()
/external/deqp/modules/gles2/functional/
Des2fTextureFormatTests.cpp113 std::ostringstream fmtName; in init() local
115 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
117 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height in init()
259 std::ostringstream fmtName; in init() local
262 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
264 fmtName << getPixelFormatStr(m_format); in init()
266 …log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_he… in init()
Des2fTextureSpecificationTests.cpp1558 const char* fmtName = texFormats[formatNdx].name; in init() local
1565 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
1566 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
1645 const char* fmtName = texFormats[formatNdx].name; in init() local
1652 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
1653 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
1663 const char* fmtName = texFormats[formatNdx].name; in init() local
1670 …texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_… in init()
1671 …texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + … in init()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp850 const char* fmtName = colorFormats[formatNdx].name; in init() local
855 …basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_… in init()
891 const string fmtName = colorFormats[formatNdx].name; in init() local
896 …pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), … in init()
1046 const char* fmtName = colorFormats[formatNdx].name; in init() local
1052 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1058 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local
1064 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
Des31fTextureFormatTests.cpp288 std::ostringstream fmtName; in init() local
290 fmtName << glu::getPixelFormatStr(m_format); in init()
292 log << TestLog::Message << "Buffer texture, " << fmtName.str() << ", " << m_width in init()