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

  /external/skia/src/gpu/
GrBufferAllocPool.cpp 111 size_t flushSize = block.fBuffer->sizeInBytes() - block.fBytesFree;
112 flushCpuData(fBlocks.back().fBuffer, flushSize);
334 size_t flushSize) {
338 GrAssert(flushSize <= buffer->sizeInBytes());
342 flushSize > GR_GEOM_BUFFER_LOCK_THRESHOLD) {
345 memcpy(data, fBufferPtr, flushSize);
350 buffer->updateData(fBufferPtr, flushSize);
GrBufferAllocPool.h 163 void flushCpuData(GrGeometryBuffer* buffer, size_t flushSize);
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 784 int flushSize = linkWithOffset(insn, to);
786 ExecutableAllocator::cacheFlush(insn, flushSize);

Completed in 5073 milliseconds