Searched refs:precisionType (Results 1 – 6 of 6) sorted by relevance
/third_party/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 122 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/ |
D | writer.h | 351 PrecisionType precisionType = significantDigits);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 389 GLenum precisionType) in QueryTypePrecision() argument 392 functions->getShaderPrecisionFormat(shaderType, precisionType, precision.range.data(), in QueryTypePrecision()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 2176 …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/ |
D | renderergl_utils.cpp | 612 GLenum precisionType) in QueryTypePrecision() argument 615 functions->getShaderPrecisionFormat(shaderType, precisionType, precision.range.data(), in QueryTypePrecision()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 3532 …text, const char* name, const char* description, glw::GLenum shaderType, glw::GLenum precisionType) in PrecisionFormatCase() argument 3535 , m_precisionType (precisionType) in PrecisionFormatCase()
|