Searched refs:logField (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 678 static void logField (TestLog& log, const string& field, const string& value) in logField() function 686 logField(log, "Internal format", getTextureFormatName(img.internalFormat.format)); in logImage() 688 logField(log, "Format type", getTypeName(type)); in logImage() 689 logField(log, "Width", toString(img.width)); in logImage() 690 logField(log, "Height", toString(img.height)); in logImage() 696 logField(log, "Samples", toString(rbo.numSamples)); in logRenderbuffer() 701 logField(log, "Type", glu::getTextureTargetName(glTarget(tex))); in logTexture() 703 logField(log, "Levels", toString(tex.numLevels)); in logTexture() 705 logField(log, "Layers", toString(lTex->numLayers)); in logTexture() 710 logField(log, "Target", getFramebufferTargetName(att.target)); in logAttachment() [all …]
|