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

  /frameworks/native/services/sensorservice/
SensorEventConnection.h 148 struct FlushInfo {
157 FlushInfo() : mPendingFlushEventsToSend(0), mFirstFlushPending(false) {}
160 KeyedVector<int, FlushInfo> mSensorInfo;
SensorEventConnection.cpp 85 const FlushInfo& flushInfo = mSensorInfo.valueAt(i);
89 flushInfo.mFirstFlushPending ? "First flush pending" :
91 flushInfo.mPendingFlushEventsToSend);
113 mSensorInfo.add(handle, FlushInfo());
156 FlushInfo& flushInfo = mSensorInfo.editValueAt(index);
157 flushInfo.mFirstFlushPending = value;
216 FlushInfo& flushInfo = mSensorInfo.editValueAt(index)
    [all...]
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 131 struct FlushInfo {
171 inline void flush(GrMeshDrawOp::Target* target, FlushInfo* flushInfo) const;
GrSmallPathRenderer.cpp 210 struct FlushInfo {
222 FlushInfo flushInfo;
223 flushInfo.fPipeline = fHelper.makePipeline(target);
246 flushInfo.fGeometryProcessor = GrDistanceFieldPathGeoProc::Make(
258 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make(
265 size_t vertexStride = flushInfo.fGeometryProcessor->getVertexStride();
272 &flushInfo.fVertexOffset);
273 flushInfo.fVertexBuffer.reset(SkRef(vertexBuffer));
274 flushInfo.fIndexBuffer = target->resourceProvider()->refQuadIndexBuffer()
    [all...]
GrAtlasTextOp.cpp 253 FlushInfo flushInfo;
254 flushInfo.fPipeline =
258 flushInfo.fGeometryProcessor = this->setupDfProcessor(fullAtlasManager);
261 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make(
266 flushInfo.fGlyphsToFlush = 0;
267 size_t vertexStride = flushInfo.fGeometryProcessor->getVertexStride();
274 vertexStride, glyphCount * kVerticesPerGlyph, &vertexBuffer, &flushInfo.fVertexOffset);
275 flushInfo.fVertexBuffer.reset(SkRef(vertexBuffer));
276 flushInfo.fIndexBuffer = target->resourceProvider()->refQuadIndexBuffer()
    [all...]
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.h 138 struct FlushInfo {
178 inline void flush(GrMeshDrawOp::Target* target, FlushInfo* flushInfo) const;
GrSmallPathRenderer.cpp 210 struct FlushInfo {
222 FlushInfo flushInfo;
223 flushInfo.fPipeline = fHelper.makePipeline(target);
251 flushInfo.fGeometryProcessor = GrDistanceFieldPathGeoProc::Make(
262 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make(
268 size_t vertexStride = flushInfo.fGeometryProcessor->getVertexStride();
275 &flushInfo.fVertexOffset);
276 flushInfo.fVertexBuffer.reset(SkRef(vertexBuffer));
277 flushInfo.fIndexBuffer = target->resourceProvider()->refQuadIndexBuffer()
    [all...]
GrAtlasTextOp.cpp 228 FlushInfo flushInfo;
229 flushInfo.fPipeline =
233 flushInfo.fGeometryProcessor = this->setupDfProcessor();
236 flushInfo.fGeometryProcessor = GrBitmapTextGeoProc::Make(
241 flushInfo.fGlyphsToFlush = 0;
242 size_t vertexStride = flushInfo.fGeometryProcessor->getVertexStride();
249 vertexStride, glyphCount * kVerticesPerGlyph, &vertexBuffer, &flushInfo.fVertexOffset);
250 flushInfo.fVertexBuffer.reset(SkRef(vertexBuffer));
251 flushInfo.fIndexBuffer = target->resourceProvider()->refQuadIndexBuffer()
    [all...]
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 183 FlushInfo flushInfo;
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 183 FlushInfo flushInfo;

Completed in 8123 milliseconds