HomeSort by relevance Sort by last modified time
    Searched refs:mSink (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphOutput.cpp 12 mSink << " ";
18 mSink << "argument " << parameter->getArgumentNumber() << " of call to "
25 mSink << "function call " << functionCall->getIntermFunctionCall()->getName() << "\n";
31 mSink << symbol->getIntermSymbol()->getSymbol() << " (symbol id: "
38 mSink << "selection\n";
44 mSink << "loop condition\n";
50 mSink << "logical " << logicalOp->getOpString() << "\n";
55 mSink << "\n";
60 mSink << "--- Dependency graph spanning tree ---\n";
63 mSink << "\n"
    [all...]
DependencyGraphOutput.h 15 TDependencyGraphOutput(TInfoSinkBase& sink) : mSink(sink) {}
27 TInfoSinkBase& mSink;
  /external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictVertexShaderTiming.cpp 13 mSink.message(EPrefixError,
RestrictVertexShaderTiming.h 19 , mSink(sink)
27 TInfoSinkBase& mSink;
RestrictFragmentShaderTiming.cpp 13 : mSink(sink)
75 mSink << "A call to a user defined function is not permitted.\n";
82 mSink.prefix(EPrefixError);
83 mSink.location(node->getLine());
102 mSink << "An expression dependent on a sampler is not permitted to be the"
108 mSink << "An expression dependent on a sampler is not permitted to be the"
121 mSink << "An expression dependent on a sampler is not permitted in a conditional statement.\n";
127 mSink << "An expression dependent on a sampler is not permitted in a loop condition.\n";
133 mSink << "An expression dependent on a sampler is not permitted on the left hand side of a logical "
RestrictFragmentShaderTiming.h 31 TInfoSinkBase& mSink;
  /external/chromium_org/third_party/angle/src/compiler/translator/
ValidateOutputs.cpp 13 : mSink(sink),
74 mSink.prefix(EPrefixError);
75 mSink.location(loc);
76 mSink << "'" << token << "' : " << reason << "\n";
ValidateOutputs.h 23 TInfoSinkBase& mSink;
ValidateLimitations.h 51 TInfoSinkBase &mSink;
ValidateLimitations.cpp 141 mSink(sink),
207 mSink.prefix(EPrefixError);
208 mSink.location(loc);
209 mSink << "'" << token << "' : " << reason << "\n";
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 48 private final WritableByteChannel mSink;
115 mSink = sink;
362 mSink.close();
392 mSink.write(ByteBuffer.wrap(buffer, start, count));
398 mSink.write(ByteBuffer.wrap(buffer, start, count));
462 return ((ChunkedWritableByteChannel) mSink).getByteBuffer();
467 return ((ChunkedWritableByteChannel) mSink).getBytes();
ChromiumUrlRequest.java 39 private final WritableByteChannel mSink;
96 mSink = sink;
307 return mSink;
574 mSink.write(buffer);
598 mSink.close();

Completed in 49 milliseconds