Searched defs:makeSpace (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/
H A DGrBufferAllocPool.cpp153 void* GrBufferAllocPool::makeSpace(size_t size, function in class:GrBufferAllocPool
389 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, function in class:GrVertexBufferAllocPool
400 void* ptr = INHERITED::makeSpace(vertexSize * vertexCount,
416 void* space = makeSpace(vertexSize, vertexCount, buffer, startVertex);
448 void* GrIndexBufferAllocPool::makeSpace(int indexCount, function in class:GrIndexBufferAllocPool
458 void* ptr = INHERITED::makeSpace(indexCount * sizeof(uint16_t),
473 void* space = makeSpace(indexCount, buffer, startIndex);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp165 void* GrBufferAllocPool::makeSpace(size_t size, function in class:GrBufferAllocPool
400 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize, function in class:GrVertexBufferAllocPool
411 void* ptr = INHERITED::makeSpace(vertexSize * vertexCount,
427 void* space = makeSpace(vertexSize, vertexCount, buffer, startVertex);
459 void* GrIndexBufferAllocPool::makeSpace(int indexCount, function in class:GrIndexBufferAllocPool
469 void* ptr = INHERITED::makeSpace(indexCount * sizeof(uint16_t),
484 void* space = makeSpace(indexCount, buffer, startIndex);
/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h313 this->makeSpace(space);
341 this->makeSpace(minSize);
373 void makeSpace(size_t size) { function in class:SkPathRef
/external/skia/include/core/
H A DSkPathRef.h310 this->makeSpace(space);
338 this->makeSpace(minSize);
370 void makeSpace(size_t size) { function in class:SkPathRef
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 140 milliseconds