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

  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 113 std::ostringstream fmtName;
115 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType);
117 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
259 std::ostringstream fmtName;
262 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType);
264 fmtName << getPixelFormatStr(m_format);
266 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
es2fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 288 std::ostringstream fmtName;
290 fmtName << glu::getPixelFormatStr(m_format);
292 log << TestLog::Message << "Buffer texture, " << fmtName.str() << ", " << m_width
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...]
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 937 string fmtName = getFormatName(format);
944 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));
es3fTextureFormatTests.cpp 125 std::ostringstream fmtName;
128 fmtName << glu::getPixelFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
130 fmtName << glu::getPixelFormatStr(m_format);
132 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
290 std::ostringstream fmtName;
293 fmtName << glu::getPixelFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
295 fmtName << glu::getPixelFormatStr(m_format);
297 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
    [all...]
es3fTextureSpecificationTests.cpp     [all...]

Completed in 471 milliseconds