Home
last modified time | relevance | path

Searched refs:getTypeStr (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp574 << "Expected red type = " << glu::getTypeStr(descriptor.expected_red_type) in checkSourceTextureSizeAndType()
575 << ", expected green type = " << glu::getTypeStr(descriptor.expected_green_type) in checkSourceTextureSizeAndType()
576 << ", expected blue type = " << glu::getTypeStr(descriptor.expected_blue_type) in checkSourceTextureSizeAndType()
577 << ", expected alpha type = " << glu::getTypeStr(descriptor.expected_alpha_type) in checkSourceTextureSizeAndType()
578 << ", expected depth type = " << glu::getTypeStr(descriptor.expected_depth_type) in checkSourceTextureSizeAndType()
579 << ". Queried red type = " << glu::getTypeStr(red_type) in checkSourceTextureSizeAndType()
580 << ", queried green type = " << glu::getTypeStr(green_type) in checkSourceTextureSizeAndType()
581 << ", queried blue type = " << glu::getTypeStr(blue_type) in checkSourceTextureSizeAndType()
582 << ", queried alpha type = " << glu::getTypeStr(alpha_type) in checkSourceTextureSizeAndType()
583 << ", queried depth type = " << glu::getTypeStr(depth_type) << "." << tcu::TestLog::EndMessage; in checkSourceTextureSizeAndType()
Dgl3cTextureSwizzleTests.cpp3064 << glu::getTypeStr(source_format.m_type) in logTestCaseDetials()
3074 << glu::getTypeStr(output_format.m_type) << "." << tcu::TestLog::EndMessage; in logTestCaseDetials()
Dgl4cDirectStateAccessVertexArraysTests.cpp2224 << ", type = " << glu::getTypeStr(type_gl_name) in PrepareVAO()
Dgl4cCopyImageTests.cpp1554 … << glu::getTextureFormatName(format) << ", " << glu::getTypeStr(type) << tcu::TestLog::EndMessage; in prepareTexture()
Dgl4cDirectStateAccessTexturesTests.cpp1843 … << " format " << glu::getTextureFormatStr(format) << " and type " << glu::getTypeStr(type) << "." in TextureSubImage()
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp182 …"Format: " << glu::getTextureFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::… in iterate()
Des2fTextureFormatTests.cpp117 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
264 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp581 std::string getTypeStr(GLenum type) in getTypeStr() function
603 return glu::getTypeStr(type).toString(); in getTypeStr()
2119 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2121 << getTypeStr(outputType.type) << "]" << tcu::TestLog::EndMessage; in readPixelsInner()
2134 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2136 << getTypeStr(outputType.type) << "]" << tcu::TestLog::EndMessage; in readPixelsInner()
2147 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()
2148 … << "] output = [" << getFormatStr(outputFormat.format) << ", " << getTypeStr(outputType.type) in readPixelsInner()
3492 … << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) << "] output = [" in getTexImageInner()
3493 << getFormatStr(outputFormat.format) << ", " << getTypeStr(outputType.type) << "]" in getTexImageInner()
DglcInternalformatTests.cpp1650 std::string type = glu::getTypeStr(tf.type).toString(); in init()
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp333 …"Format: " << glu::getTextureFormatStr(m_format) << ", Type: " << glu::getTypeStr(m_type) << tcu::… in iterate()
Des3fTextureFormatTests.cpp150 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
320 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1263 …rawElements(" << getPrimitiveTypeStr(mode) << ", " << count << ", " << getTypeStr(type) << ", " <<…
1270 …sBaseVertex(" << getPrimitiveTypeStr(mode) << ", " << count << ", " << getTypeStr(type) << ", " <<…
1277 …e << "glDrawElementsIndirect(" << getPrimitiveTypeStr(mode) << ", " << getTypeStr(type) << ", " <<…
1284 …tsInstanced(" << getPrimitiveTypeStr(mode) << ", " << count << ", " << getTypeStr(type) << ", " <<…
1298 …dBaseVertex(" << getPrimitiveTypeStr(mode) << ", " << count << ", " << getTypeStr(type) << ", " <<…
1312 …eStr(mode) << ", " << start << ", " << end << ", " << count << ", " << getTypeStr(type) << ", " <<…
1319 …eStr(mode) << ", " << start << ", " << end << ", " << count << ", " << getTypeStr(type) << ", " <<…
3500 …interpret_cast<deUintptr>(static_cast<const void*>(count))) << ", " << getTypeStr(type) << ", " <<…
3507 …interpret_cast<deUintptr>(static_cast<const void*>(count))) << ", " << getTypeStr(type) << ", " <<…
4711 …< height << ", " << getUncompressedTextureFormatStr(format) << ", " << getTypeStr(type) << ", " <<…
[all …]
DgluStrUtilPrototypes.inl83 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(… function
/external/deqp/modules/glshared/
DglsFboUtil.cpp89 … = " << glu::getTextureFormatStr(format.format) << ", type = " << glu::getTypeStr(format.unsizedTy… in operator <<()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp905 << glu::getTypeStr(type) << ", " << data << ")" in readPixels()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6763 << " " << glu::getTypeStr(src_type).toString() in execute()
6766 …<< glu::getTypeStr(result_type).toString() << ", src target: [" << GetTargetName(m_source_attachme… in execute()
7170 << glu::getTypeStr(src_type).toString() << "]=>[" in execute()
7173 << "] read with type: [" << glu::getTypeStr(result_type).toString() in execute()
9620 << glu::getTypeStr(source_type).toString() << "]\nReference pixel: [" in displayPixelComparisonFailureMessage()
9624 << glu::getTypeStr(reference_type).toString() << "]\nResult pixel: [" in displayPixelComparisonFailureMessage()
9627 << "]\nType used for glReadPixels(): [" << glu::getTypeStr(result_type).toString() in displayPixelComparisonFailureMessage()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp443 << ", type = " << glu::getTypeStr(type) in init()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp455 << ", type = " << glu::getTypeStr(type) in init()