/external/skqp/src/sksl/ |
D | SkSLMetalCodeGenerator.cpp | 70 void MetalCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::MetalCodeGenerator 88 this->writeType(type.componentType()); in writeType() 92 this->writeType(type.componentType()); in writeType() 377 this->writeType(c.fType); in writeConstructor() 388 this->writeType(c.fType.componentType()); in writeConstructor() 679 this->writeType(intf.fVariable.fType); in writeFunction() 708 this->writeType(f.fDeclaration.fReturnType); in writeFunction() 742 this->writeType(*type); in writeFunction() 923 this->writeType(*fieldType); in writeFields() 963 this->writeType(decl.fBaseType); in writeVarDeclarations() [all …]
|
D | SkSLGLSLCodeGenerator.cpp | 165 void GLSLCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::GLSLCodeGenerator 183 this->writeType(*f.fType); in writeType() 713 this->writeType(c.fType); in writeFunctionCall() 1021 this->writeType(f.fDeclaration.fReturnType); in writeFunctionCall() 1035 this->writeType(*type); in writeFunctionCall() 1151 this->writeType(*f.fType); in writeFunctionCall() 1220 this->writeType(decl.fBaseType); in writeFunctionCall()
|
D | SkSLGLSLCodeGenerator.h | 104 void writeType(const Type& type);
|
D | SkSLMetalCodeGenerator.h | 149 void writeType(const Type& type);
|
/external/skia/src/sksl/ |
D | SkSLMetalCodeGenerator.cpp | 95 void MetalCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::MetalCodeGenerator 488 this->writeType(c.fType); in writeConstructor() 498 this->writeType(c.fType.componentType()); in writeConstructor() 597 this->writeType(swizzle.fType); in writeSwizzle() 841 this->writeType(intf.fVariable.fType); in writeFunction() 869 this->writeType(f.fDeclaration.fReturnType); in writeFunction() 909 this->writeType(*type); in writeFunction() 1084 this->writeType(*fieldType); in writeFields() 1124 this->writeType(decl.fBaseType); in writeVarDeclarations() 1319 this->writeType(first.fType); in writeUniformStruct() [all …]
|
D | SkSLGLSLCodeGenerator.cpp | 163 void GLSLCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::GLSLCodeGenerator 181 this->writeType(*f.fType); in writeType() 728 this->writeType(c.fType); in writeFunctionCall() 864 this->writeType(swizzle.fType); in writeFunctionCall() 879 this->writeType(swizzle.fType); in writeFunctionCall() 1220 this->writeType(f.fDeclaration.fReturnType); in writeFunctionCall() 1234 this->writeType(*type); in writeFunctionCall() 1359 this->writeType(*f.fType); in writeFunctionCall() 1428 this->writeType(decl.fBaseType); in writeFunctionCall()
|
D | SkSLGLSLCodeGenerator.h | 109 void writeType(const Type& type);
|
D | SkSLMetalCodeGenerator.h | 154 void writeType(const Type& type);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | EncodedValueWriter.java | 153 public void writeType(@Nonnull TypeKey value) throws IOException { in writeType() method in EncodedValueWriter
|
/external/angle/src/compiler/translator/ |
D | OutputGLSLBase.cpp | 464 bool writeType = size > 1; in writeConstantUnion() local 465 if (writeType) in writeConstantUnion() 492 if (writeType) in writeConstantUnion()
|
D | OutputHLSL.cpp | 3326 bool writeType = size > 1; in writeConstantUnion() local 3328 if (writeType) in writeConstantUnion() 3333 if (writeType) in writeConstantUnion()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.hpp | 137 BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType);
|
D | glsBufferTestUtil.cpp | 267 BufferWriter::BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType) in BufferWriter() argument 270 switch (writeType) in BufferWriter()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | DexPool.java | 182 writer.writeType(((TypeEncodedValue)encodedValue).getValue()); in writeEncodedValue()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattClientFacade.java | 1620 @RpcParameter(name = "writeType") Integer writeType) throws Exception { in gattClientCharacteristicSetWriteType() 1638 gattCharacteristic.setWriteType(writeType); in gattClientCharacteristicSetWriteType() 1659 @RpcParameter(name = "writeType") Integer writeType) in gattClientCharacteristicSetWriteTypeByIndex() 1677 charList.get(characteristicIndex).setWriteType(writeType); in gattClientCharacteristicSetWriteTypeByIndex()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | DexBuilder.java | 287 writer.writeType(((BuilderTypeEncodedValue)encodedValue).typeReference);
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 20803 short writeType; in Qt_SGAddMovieData() local 20814 &writeType)) in Qt_SGAddMovieData() 20823 writeType); in Qt_SGAddMovieData() 20861 short writeType; in Qt_SGAddExtendedMovieData() local 20873 &writeType)) in Qt_SGAddExtendedMovieData() 20882 writeType, in Qt_SGAddExtendedMovieData()
|