Home
last modified time | relevance | path

Searched defs:writeFloat (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h260 void writeFloat(float value) { write(&value, 1); } in writeFloat() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php338 public static function writeFloat(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java41 void writeFloat(int fieldNumber, float value) throws IOException; in writeFloat() method
DCodedOutputStreamWriter.java61 public void writeFloat(int fieldNumber, float value) throws IOException { in writeFloat() method in CodedOutputStreamWriter
DSchemaUtil.java55 public static void writeFloat(int fieldNumber, float value, Writer writer) throws IOException { in writeFloat() method in SchemaUtil
DBinaryWriter.java165 public final void writeFloat(int fieldNumber, float value) throws IOException { in writeFloat() method in BinaryWriter
DCodedOutputStream.java258 public final void writeFloat(final int fieldNumber, final float value) throws IOException { in writeFloat() method in CodedOutputStream
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp446 void TestLog::writeFloat (const char* name, const char* description, const char* unit, qpKeyValueTa… in writeFloat() function in tcu::TestLog
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputGLSLBase.cpp114 void TOutputGLSLBase::writeFloat(TInfoSinkBase &out, float f) in writeFloat() function in sh::TOutputGLSLBase
DOutputHLSL.cpp246 void OutputHLSL::writeFloat(TInfoSinkBase &out, float f) in writeFloat() function in sh::OutputHLSL