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

  /external/skia/src/gpu/
GrBufferAllocPool.cpp 141 void* GrBufferAllocPool::makeSpace(size_t size,
386 void* GrVertexBufferAllocPool::makeSpace(size_t vertexSize,
396 void* ptr = INHERITED::makeSpace(vertexSize * vertexCount,
441 void* GrIndexBufferAllocPool::makeSpace(int indexCount,
450 void* ptr = INHERITED::makeSpace(indexCount * sizeof(uint16_t),
  /external/skia/include/private/
SkPathRef.h 373 this->makeSpace(space);
402 this->makeSpace(minSize);
434 void makeSpace(size_t size) {
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 614 private void makeSpace(int count) {
624 makeSpace(4);
631 makeSpace(2);
636 makeSpace(4);
659 makeSpace(2);
681 makeSpace(4);
  /libcore/ojluni/src/main/java/java/util/
Scanner.java 804 makeSpace();
837 private boolean makeSpace() {
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 

Completed in 290 milliseconds