Home
last modified time | relevance | path

Searched defs:writeType (Results 1 – 14 of 14) sorted by relevance

/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/formatter/
DDexFormatterTest.java174 @Override public void writeType(CharSequence type) throws IOException { in getWriter() method in DexFormatterTest.TestDexFormatter
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothGatt.java277 BluetoothGattCharacteristic characteristic, byte[] value, int writeType) { in writeCharacteristic()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
DDexFormattedWriter.java182 public void writeType(CharSequence type) throws IOException { in writeType() method in DexFormattedWriter
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DEncodedValueWriter.java155 public void writeType(@Nonnull TypeKey value) throws IOException { in writeType() method in EncodedValueWriter
/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp583 void PipelineStageCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.cpp409 void GLSLCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.cpp482 void MetalCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::MetalCodeGenerator
/external/angle/src/compiler/translator/glsl/
DOutputGLSLBase.cpp531 bool writeType = size > 1; in writeConstantUnion() local
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp298 BufferWriter::BufferWriter(glu::RenderContext &renderCtx, tcu::TestLog &log, WriteType writeType) :… in BufferWriter()
/external/angle/src/compiler/translator/wgsl/
DTranslatorWGSL.cpp411 bool writeType = size > 1; in emitConstantUnion() local
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp278 std::string writeType; member
/external/angle/src/compiler/translator/msl/
DEmitMetal.cpp1674 bool writeType = size > 1; in emitConstantUnion() local
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp3562 bool writeType = size > 1; in writeConstantUnion() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp356 WriteType writeType; member