/development/ndk/platforms/android-18/samples/MoreTeapots/assets/Shaders/ |
VS_ShaderPlainES3.vsh | 9 const int NUM_OBJECTS = %NUM_TEAPOT%; 14 mat4 uPMatrix[NUM_OBJECTS]; 15 mat4 uMVMatrix[NUM_OBJECTS]; 16 vec3 vMaterialDiffuse[NUM_OBJECTS];
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl_egl.h | 80 cl_uint /* num_objects */, 88 cl_uint num_objects, 97 cl_uint /* num_objects */, 105 cl_uint num_objects,
|
cl_d3d10.h | 107 cl_uint num_objects, 115 cl_uint num_objects,
|
cl_d3d11.h | 107 cl_uint num_objects, 115 cl_uint num_objects,
|
cl_dx9_media_sharing.h | 108 cl_uint num_objects, 116 cl_uint num_objects,
|
cl_gl.h | 92 cl_uint /* num_objects */, 100 cl_uint /* num_objects */,
|
/prebuilts/misc/windows/sdl2/test/ |
testdraw2.c | 21 #define NUM_OBJECTS 100 24 static int num_objects; variable 42 for (i = 0; i < num_objects * 4; ++i) { 85 for (i = 0; i < num_objects; ++i) { 137 for (i = 0; i < num_objects / 4; ++i) { 183 num_objects = NUM_OBJECTS; 219 num_objects = SDL_atoi(argv[i]);
|
testintersections.c | 22 #define NUM_OBJECTS 100 25 static int num_objects; variable 43 for (i = 0; i < num_objects * 4; ++i) { 206 num_objects = NUM_OBJECTS; 242 num_objects = SDL_atoi(argv[i]);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
ls_helper.py | 81 (num_objects, num_bytes). 147 (num_objects, num_bytes) total number of objects and bytes iterated. 149 num_objects = 0 192 num_objects += no 195 return num_dirs, num_objects, num_bytes 207 (num_objects, num_bytes) total number of objects and bytes iterated. 209 num_objects = 0 242 num_objects += no 245 return num_dirs, num_objects, num_bytes
|
/external/v8/test/cctest/heap/ |
test-compaction.cc | 99 // Add another page that is filled with {num_objects} objects of size 103 const int num_objects = 3; local 105 heap, object_size * num_objects, TENURED, object_size); 180 // Add another page that is filled with {num_objects} objects of size 184 const int num_objects = 2; local 185 int used_memory = object_size * num_objects; 273 // Add another page that is filled with {num_objects} objects of size 277 const int num_objects = 2; local 278 int used_memory = object_size * num_objects;
|
heap-tester.h | 73 int num_objects, int object_size);
|
test-spaces.cc | 565 int num_objects, int object_size) { 567 for (int j = 0; j < num_objects; j++) { 572 num_objects * object_size); [all...] |
/external/mesa3d/include/CL/ |
cl_gl.h | 103 cl_uint /* num_objects */, 111 cl_uint /* num_objects */,
|
/art/runtime/ |
indirect_reference_table_test.cc | 28 static void CheckDump(IndirectReferenceTable* irt, size_t num_objects, size_t num_unique) 32 if (num_objects == 0) { 34 } else if (num_objects == 1) { 38 num_objects, num_unique)), 40 << "\n Expected number of objects: " << num_objects
|
/external/opencv/cvaux/src/ |
cv3dtracker.cpp | 395 static const Cv3dTracker2dTrackedObject *find(const Cv3dTracker2dTrackedObject v[], int num_objects, int id) 397 for (int i = 0; i < num_objects; i++) 410 CV_IMPL int cv3dTrackerLocateObjects(int num_cameras, int num_objects, 412 const Cv3dTracker2dTrackedObject tracking_info[], // size is num_objects*num_cameras 413 Cv3dTrackerTrackedObject tracked_objects[]) // size is num_objects 425 for (int i = 0; i < num_objects; i++) 427 const Cv3dTracker2dTrackedObject *o = &tracking_info[c*num_objects+i]; 450 const Cv3dTracker2dTrackedObject *o1 = find(&tracking_info[c1*num_objects], 451 num_objects, id); 463 const Cv3dTracker2dTrackedObject *o2 = find(&tracking_info[c2*num_objects], [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
perfdiag.py | 481 if self.num_objects * self.thru_filesize > HumanReadableToBytes('2GiB'): 572 if free_disk_space >= self.thru_filesize * self.num_objects: 574 % (self.num_objects, 577 for _ in range(self.num_objects): 586 % (MakeHumanReadable(self.thru_filesize * self.num_objects), 693 for i in range(self.num_objects): [all...] |
/art/runtime/gc/collector/ |
garbage_collector.h | 47 ObjectBytePair(uint64_t num_objects = 0, int64_t num_bytes = 0) 48 : objects(num_objects), bytes(num_bytes) {}
|
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
C2DColorConverter.h | 54 C2D_OBJECT *objects_list, uint32 num_objects );
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
C2DColorConverter.h | 54 C2D_OBJECT *objects_list, uint32 num_objects );
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
integration_testcase.py | 168 def AssertNObjectsInBucket(self, bucket_uri, num_objects, versioned=False): 169 """Checks (with retries) that 'ls bucket_uri/**' returns num_objects. 176 num_objects: number of objects expected in the bucket. 189 b_uri = [suri(bucket_uri) + '/**'] if num_objects else [suri(bucket_uri)] 191 # num_objects + one trailing newline. 192 self.assertEquals(len(listing), num_objects + 1)
|
/art/runtime/gc/space/ |
region_space.h | 454 void RecordThreadLocalAllocations(size_t num_objects, size_t num_bytes) { 458 objects_allocated_ = num_objects;
|
/frameworks/base/tests/CoreTests/android/core/ |
HeapTest.java | 158 final int NUM_OBJECTS = 64 * 1024; 159 Object junk[] = new Object[NUM_OBJECTS];
|
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 556 * than num_objects is drawn from the given list. 557 * If num_objects is 0, the whole list is drawn. 562 C2D_OBJECT *objects_list, uint32 num_objects ); [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 556 * than num_objects is drawn from the given list. 557 * If num_objects is 0, the whole list is drawn. 562 C2D_OBJECT *objects_list, uint32 num_objects ); [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 556 * than num_objects is drawn from the given list. 557 * If num_objects is 0, the whole list is drawn. 562 C2D_OBJECT *objects_list, uint32 num_objects ); [all...] |