OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flushInfo
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/batches/
GrAtlasTextBatch.cpp
114
FlushInfo
flushInfo
;
115
flushInfo
.fGlyphsToFlush = 0;
127
&
flushInfo
.fVertexOffset);
128
flushInfo
.fVertexBuffer.reset(SkRef(vertexBuffer));
129
flushInfo
.fIndexBuffer.reset(target->resourceProvider()->refQuadIndexBuffer());
130
if (!vertices || !
flushInfo
.fVertexBuffer) {
144
GrBlobRegenHelper helper(this, target, &
flushInfo
, gp);
179
this->flush(target, &
flushInfo
);
182
void GrAtlasTextBatch::flush(GrVertexBatch::Target* target,
FlushInfo
* flushInfo) const
[
all
...]
GrAADistanceFieldPathRenderer.cpp
179
struct
FlushInfo
{
212
FlushInfo
flushInfo
;
222
&
flushInfo
.fVertexOffset);
223
flushInfo
.fVertexBuffer.reset(SkRef(vertexBuffer));
224
flushInfo
.fIndexBuffer.reset(target->resourceProvider()->refQuadIndexBuffer());
225
if (!vertices || !
flushInfo
.fIndexBuffer) {
230
flushInfo
.fInstancesToFlush = 0;
263
&
flushInfo
,
292
flushInfo
.fInstancesToFlush++
[
all
...]
GrAtlasTextBatch.h
101
struct
FlushInfo
{
142
inline void flush(GrVertexBatch::Target* target,
FlushInfo
*
flushInfo
) const;
198
GrAtlasTextBatch::
FlushInfo
*
flushInfo
,
202
, fFlushInfo(
flushInfo
)
214
GrAtlasTextBatch::
FlushInfo
* fFlushInfo;
/frameworks/native/services/sensorservice/
SensorEventConnection.cpp
70
const
FlushInfo
&
flushInfo
= mSensorInfo.valueAt(i);
74
flushInfo
.mFirstFlushPending ? "First flush pending" :
76
flushInfo
.mPendingFlushEventsToSend);
98
mSensorInfo.add(handle,
FlushInfo
());
141
FlushInfo
&
flushInfo
= mSensorInfo.editValueAt(index);
142
flushInfo
.mFirstFlushPending = value;
201
FlushInfo
&
flushInfo
= mSensorInfo.editValueAt(index)
[
all
...]
Completed in 68 milliseconds