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 115 std::ostringstream fmtName;
117 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType);
119 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
261 std::ostringstream fmtName;
264 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType);
266 fmtName << getTextureFormatStr(m_format);
268 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 126 std::ostringstream fmtName;
129 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
131 fmtName << glu::getTextureFormatStr(m_format);
133 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
291 std::ostringstream fmtName;
294 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
296 fmtName << glu::getTextureFormatStr(m_format);
298 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 161 milliseconds