OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FlushInfo
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorEventConnection.h
142
struct
FlushInfo
{
151
FlushInfo
() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {}
154
KeyedVector<int,
FlushInfo
> mSensorInfo;
/external/skia/src/gpu/batches/
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;
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
...]
Completed in 532 milliseconds