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.cpp3474 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
[all …]
Des3fTextureFormatTests.cpp147 std::ostringstream fmtName; in init() local
150 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
152 fmtName << glu::getTextureFormatStr(m_format); in init()
154 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height in init()
317 std::ostringstream fmtName; in init() local
320 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
322 fmtName << glu::getTextureFormatStr(m_format); in init()
324 …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.cpp115 std::ostringstream fmtName; in init() local
117 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
119 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height in init()
261 std::ostringstream fmtName; in init() local
264 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
266 fmtName << getTextureFormatStr(m_format); in init()
268 …log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_he… in init()
Des2fTextureSpecificationTests.cpp1609 const char* fmtName = texFormats[formatNdx].name; in init() local
1616 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init()
1617 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init()
1696 const char* fmtName = texFormats[formatNdx].name; in init() local
1703 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init()
1704 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init()
1714 const char* fmtName = texFormats[formatNdx].name; in init() local
1721 …texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_… in init()
1722 …texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + … in init()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp852 const char* fmtName = colorFormats[formatNdx].name; in init() local
857 …basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_… in init()
893 const string fmtName = colorFormats[formatNdx].name; in init() local
898 …pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), … in init()
1048 const char* fmtName = colorFormats[formatNdx].name; in init() local
1054 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1060 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local
1066 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp2054 const char* fmtName = filterableFormatsByType[formatNdx].name; in init() local
2056 texSubImageGroup->addChild(new TexSubImage3DCase(m_context, fmtName, "", format, 32, 64, 8)); in init()
2068 const char* fmtName = filterableFormatsByType[formatNdx].name; in init() local
2070 …copyTexSubImageGroup->addChild(new CopyTexSubImage3DCase(m_context, fmtName, "", format, 32, 64, 8… in init()
2082 const char* fmtName = filterableFormatsByType[formatNdx].name; in init() local
2084 …framebufferTextureGroup->addChild(new FramebufferTexture3DCase(m_context, fmtName, "", format, 64,… in init()