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

  /external/skia/src/gpu/
GrBufferAllocPool.h 86 * (as opposed to many makeSpace / acquires
116 * *makeSpace is called again.
131 void* makeSpace(size_t size,
139 * the previous makeSpace completely exhausted a buffer then the returned
199 * (as opposed to many makeSpace / acquires
216 * *makeSpace is called again.
233 void* makeSpace(GrVertexLayout layout,
250 * makeSpace completely exhausted a VB then the returned number of vertices
251 * would fit in the next available preallocated buffer. If any makeSpace
287 * (as opposed to many makeSpace / acquire
    [all...]
GrBufferAllocPool.cpp 152 void* GrBufferAllocPool::makeSpace(size_t size,
373 void* GrVertexBufferAllocPool::makeSpace(GrVertexLayout layout,
385 void* ptr = INHERITED::makeSpace(vSize * vertexCount,
401 void* space = makeSpace(layout, vertexCount, buffer, startVertex);
434 void* GrIndexBufferAllocPool::makeSpace(int indexCount,
444 void* ptr = INHERITED::makeSpace(indexCount * sizeof(uint16_t),
459 void* space = makeSpace(indexCount, buffer, startIndex);
GrInOrderDrawBuffer.cpp 459 *vertices = fVertexPool.makeSpace(vertexLayout,
472 *indices = fIndexPool.makeSpace(indexCount,
GrGpu.cpp 862 *vertices = fVertexPool->makeSpace(vertexLayout,
881 *indices = fIndexPool->makeSpace(indexCount,
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 608 private void makeSpace(int count) {
618 makeSpace(4);
625 makeSpace(2);
630 makeSpace(4);
653 makeSpace(2);
675 makeSpace(4);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 

Completed in 1250 milliseconds