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

  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 101 ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects = 0);
126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {}
127 explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type), numObjects) {}
gluObjectWrapper.cpp 88 ObjectVector::ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects)
92 if (numObjects > 0)
93 resize(numObjects);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 103 int numObjects = addAllObjects(bucketsTemp);
107 IngestObjectInfo[] mtpObjects = new IngestObjectInfo[numObjects];
108 int[] unifiedLookupIndex = new int[numObjects + numBuckets];
143 SortedMap<SimpleDate, List<IngestObjectInfo>> bucketsTemp, int numObjects) {
152 mIndex.onObjectIndexed(objectInfo, numObjects);
157 int numObjects = 0;
178 numObjects++;
179 addObject(new IngestObjectInfo(mtpObjectInfo), bucketsTemp, numObjects);
184 return numObjects;
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Statistics.java 50 protected int numObjects;
105 data[3] = numObjects;
125 numObjects ++;
195 numObjects = 0;
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 467 int numObjects = lastIndex - firstIndex + 1;
484 if (numObjects > 0) {
486 if (mObjectsCapacity < mObjectsSize + numObjects) {
487 size_t newSize = ((mObjectsSize + numObjects)*3)/2;
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]

Completed in 670 milliseconds