Searched defs:fmtName (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp113 std::ostringstream fmtName; local
115 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType);
117 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
259 std::ostringstream fmtName; local
262 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType);
264 fmtName << getTextureFormatStr(m_format);
266 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
H A Des2fTextureSpecificationTests.cpp1558 const char* fmtName = texFormats[formatNdx].name; local
1565 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight));
1566 basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, dataType, MIPMAPS, texCubeSize, texCubeSize));
1645 const char* fmtName = texFormats[formatNdx].name; local
1652 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight));
1653 basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, dataType, MIPMAPS, texCubeSize, texCubeSize));
1663 const char* fmtName = texFormats[formatNdx].name; local
1670 texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight));
1671 texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, dataType, MIPMAPS, texCubeSize, texCubeSize));
/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp125 std::ostringstream fmtName; local
128 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
130 fmtName << glu::getTextureFormatStr(m_format);
132 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
290 std::ostringstream fmtName; local
293 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
295 fmtName << glu::getTextureFormatStr(m_format);
297 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
H A Des3fFboColorbufferTests.cpp1137 string fmtName = getFormatName(format); local
1144 blendGroup->addChild(new FboBlendCase(m_context, (fmtName + "_src_over").c_str(), "", format, IVec2(127, 111), GL_FUNC_ADD, GL_FUNC_ADD, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE));
H A Des3fTextureSpecificationTests.cpp3475 const char* fmtName = colorFormats[formatNdx].name; local
3481 basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight));
3482 basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, texCubeSize));
3626 const string fmtName = colorFormats[formatNdx].name; local
3632 pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight, 0, 0, 0, 4, 0));
3633 pboGroup->addChild(new TexImageCubeBufferCase (m_context, (fmtName + "_cube").c_str(), "", format, texCubeSize, 0, 0, 0, 4, 0));
3692 const char* fmtName = colorFormats[formatNdx].name; local
3698 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight));
3699 basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, texCubeSize));
3709 const char* fmtName local
3964 const char* fmtName = colorFormats[formatNdx].name; local
4061 const string fmtName = colorFormats[formatNdx].name; local
4136 const char* fmtName = colorFormats[formatNdx].name; local
4351 const char* fmtName = colorFormats[formatNdx].name; local
4366 const char* fmtName = depthStencilFormats[formatNdx].name; local
4448 const char* fmtName = colorFormats[formatNdx].name; local
4466 const char* fmtName = depthStencilFormats[formatNdx].name; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp850 const char* fmtName = colorFormats[formatNdx].name; local
855 basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeArrayLayers));
891 const string fmtName = colorFormats[formatNdx].name; local
896 pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeDepth, 0, 0, 0, 0, 0, 4, 0));
1046 const char* fmtName = colorFormats[formatNdx].name; local
1052 formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArraySize, texCubeArrayLayers, texCubeArrayLevels));
1058 const char* fmtName = depthStencilFormats[formatNdx].name; local
1064 formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArraySize, texCubeArrayLayers, texCubeArrayLevels));

Completed in 106 milliseconds