HomeSort by relevance Sort by last modified time
    Searched defs:fmtName (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 113 std::ostringstream fmtName;
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;
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
es2fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp     [all...]
es3fTextureFormatTests.cpp 125 std::ostringstream fmtName;
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;
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
    [all...]
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 850 const char* fmtName = colorFormats[formatNdx].name;
855 basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeArrayLayers));
891 const string fmtName = colorFormats[formatNdx].name;
896 pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeDepth, 0, 0, 0, 0, 0, 4, 0));
    [all...]

Completed in 1188 milliseconds