Home
last modified time | relevance | path

Searched refs:precisionType (Results 1 – 6 of 6) sorted by relevance

/third_party/jsoncpp/src/lib_json/
Djson_writer.cpp122 unsigned int precision, PrecisionType precisionType) { in valueToString() argument
137 (precisionType == significantDigits) ? "%.*g" : "%.*f", in valueToString()
152 if (precisionType == decimalPlaces) { in valueToString()
166 PrecisionType precisionType) { in valueToString() argument
167 return valueToString(value, false, precision, precisionType); in valueToString()
879 PrecisionType precisionType);
915 bool emitUTF8, unsigned int precision, PrecisionType precisionType) in BuiltStyledStreamWriter() argument
922 precision_(precision), precisionType_(precisionType) {} in BuiltStyledStreamWriter()
1176 PrecisionType precisionType(significantDigits); in newStreamWriter() local
1178 precisionType = significantDigits; in newStreamWriter()
[all …]
/third_party/jsoncpp/include/json/
Dwriter.h351 PrecisionType precisionType = significantDigits);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp389 GLenum precisionType) in QueryTypePrecision() argument
392 functions->getShaderPrecisionFormat(shaderType, precisionType, precision.range.data(), in QueryTypePrecision()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp2176 …text, const char* name, const char* description, glw::GLenum shaderType, glw::GLenum precisionType) in PrecisionFormatCase() argument
2179 , m_precisionType (precisionType) in PrecisionFormatCase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp612 GLenum precisionType) in QueryTypePrecision() argument
615 functions->getShaderPrecisionFormat(shaderType, precisionType, precision.range.data(), in QueryTypePrecision()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp3532 …text, const char* name, const char* description, glw::GLenum shaderType, glw::GLenum precisionType) in PrecisionFormatCase() argument
3535 , m_precisionType (precisionType) in PrecisionFormatCase()