/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 574 << "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()
|
D | gl3cTextureSwizzleTests.cpp | 3064 << glu::getTypeStr(source_format.m_type) in logTestCaseDetials() 3074 << glu::getTypeStr(output_format.m_type) << "." << tcu::TestLog::EndMessage; in logTestCaseDetials()
|
D | gl4cDirectStateAccessVertexArraysTests.cpp | 2224 << ", type = " << glu::getTypeStr(type_gl_name) in PrepareVAO()
|
D | gl4cCopyImageTests.cpp | 1554 … << glu::getTextureFormatName(format) << ", " << glu::getTypeStr(type) << tcu::TestLog::EndMessage; in prepareTexture()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 1843 … << " format " << glu::getTextureFormatStr(format) << " and type " << glu::getTypeStr(type) << "." in TextureSubImage()
|
/external/deqp/modules/gles2/functional/ |
D | es2fReadPixelsTests.cpp | 182 …"Format: " << glu::getTextureFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::… in iterate()
|
D | es2fTextureFormatTests.cpp | 117 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/ |
D | glcPackedPixelsTests.cpp | 581 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()
|
D | glcInternalformatTests.cpp | 1650 std::string type = glu::getTypeStr(tf.type).toString(); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 333 …"Format: " << glu::getTextureFormatStr(m_format) << ", Type: " << glu::getTypeStr(m_type) << tcu::… in iterate()
|
D | es3fTextureFormatTests.cpp | 150 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/ |
D | gluCallLogWrapper.inl | 1263 …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 …]
|
D | gluStrUtilPrototypes.inl | 83 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(… function
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 89 … = " << glu::getTextureFormatStr(format.format) << ", type = " << glu::getTypeStr(format.unsizedTy… in operator <<()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 905 << glu::getTypeStr(type) << ", " << data << ")" in readPixels()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 6763 << " " << 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/ |
D | es2sSpecialFloatTests.cpp | 443 << ", type = " << glu::getTypeStr(type) in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 455 << ", type = " << glu::getTypeStr(type) in init()
|