OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSink
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/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/timing/
RestrictVertexShaderTiming.cpp
13
mSink
.message(EPrefixError,
RestrictVertexShaderTiming.h
21
,
mSink
(sink)
29
TInfoSinkBase&
mSink
;
RestrictFragmentShaderTiming.cpp
13
:
mSink
(sink)
66
mSink
<< "A call to a user defined function is not permitted.\n";
73
mSink
.prefix(EPrefixError);
74
mSink
.location(node->getLine());
93
mSink
<< "An expression dependent on a sampler is not permitted to be the"
99
mSink
<< "An expression dependent on a sampler is not permitted to be the"
112
mSink
<< "An expression dependent on a sampler is not permitted in a conditional statement.\n";
118
mSink
<< "An expression dependent on a sampler is not permitted in a loop condition.\n";
124
mSink
<< "An expression dependent on a sampler is not permitted on the left hand side of a logical "
RestrictFragmentShaderTiming.h
33
TInfoSinkBase&
mSink
;
/external/chromium_org/third_party/angle/src/compiler/
ValidateLimitations.h
55
TInfoSinkBase&
mSink
;
ValidateLimitations.cpp
102
mSink
(sink),
189
mSink
.prefix(EPrefixError);
190
mSink
.location(loc);
191
mSink
<< "'" << token << "' : " << reason << "\n";
/frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java
229
private final FusedLocationHardwareSink
mSink
;
237
mSink
= sink;
243
mSink
.onLocationAvailable(mLocations);
247
mSink
.onDiagnosticDataAvailable(mData);
/frameworks/wilhelm/src/
data.h
44
SLDataSink
mSink
;
data.c
[
all
...]
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
163
const SLDataSink *pAudioSnk = &ar->mDataSink.u.
mSink
;
174
SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->mDataSink.u.
mSink
.pFormat;
300
const SLDataSink *pAudioSnk = &ar->mDataSink.u.
mSink
;
MediaPlayer_to_android.cpp
309
const SLDataSink *pAudioSnk = &mp->mAudioSink.u.
mSink
;
371
const SLDataSink *pAudioSnk = &mp->mAudioSink.u.
mSink
;
373
const SLDataSink *pVideoSnk = &mp->mImageVideoSink.u.
mSink
;
AudioPlayer_to_android.cpp
568
const SLDataSink *pAudioSnk = &ap->mDataSink.u.
mSink
;
868
const SLDataSink *pAudioSnk = &pAudioPlayer->mDataSink.u.
mSink
;
[
all
...]
/frameworks/wilhelm/src/itf/
IOutputMixExt.c
382
const SLDataSink *pAudioSnk = &thiz->mDataSink.u.
mSink
;
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
[
all
...]
Completed in 301 milliseconds