HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 51 - 75 of 663) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/virgl/
virgl_texture.c 45 blit.src.box = *src_box;
49 blit.dst.box.x = dstx;
50 blit.dst.box.y = dsty;
51 blit.dst.box.z = dstz;
52 blit.dst.box.width = src_box->width;
53 blit.dst.box.height = src_box->height;
54 blit.dst.box.depth = src_box->depth;
65 const struct pipe_box *box,
70 res->width0 = box->width;
71 res->height0 = box->height
    [all...]
virgl_buffer.c 45 const struct pipe_box *box,
72 trans->base.box = *box;
76 offset = box->x;
80 vs->vws->transfer_get(vs->vws, vbuf->base.hw_res, box, trans->base.stride, trans->base.layer_stride, offset, level);
112 &transfer->box, trans->base.stride, trans->base.layer_stride, trans->offset, transfer->level);
122 const struct pipe_box *box)
135 util_range_add(&vbuf->valid_buffer_range, transfer->box.x + box->x,
136 transfer->box.x + box->x + box->width)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
basetexture9.c 257 struct pipe_box box; local
258 box.z = 0;
259 box.depth = 1;
270 u_box_minify_2d(&box, &tex->dirty_rect, l);
271 NineSurface9_UploadSelf(tex->surfaces[l], &box);
280 struct pipe_box box; local
281 box.z = 0;
282 box.depth = 1;
291 u_box_minify_2d(&box, &tex->dirty_rect[z], l);
292 NineSurface9_UploadSelf(tex->surfaces[l * 6 + z], &box);
301 struct pipe_box box; local
324 struct pipe_box box; local
336 struct pipe_box box; local
350 struct pipe_box box; local
455 struct pipe_box box; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_blit.h 93 if ((info->dst.box.width == info->src.box.width ||
94 info->dst.box.width == -info->src.box.width) &&
95 (info->dst.box.height == info->src.box.height ||
96 info->dst.box.height == -info->src.box.height))
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
Ovc1VisualSampleEntryImpl.java 4 import com.coremedia.iso.boxes.Box;
18 for (Box box : boxes) {
19 size += box.getSize();
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
frame_pair.h 35 void AdjustBox(const BoundingBox box,
57 int FillWeights(const BoundingBox& box,
67 // Translation is the amount the center of the box has moved from one frame to
geom.h 155 // Returns a bounding box created from the overlapping area of these two.
174 // Returns a bounding box that can contain both boxes.
183 SCHECK(GetArea() > 0.0f, "Empty bounding box!");
184 SCHECK(that.GetArea() > 0.0f, "Empty bounding box!");
205 // Returns whether another bounding box is completely inside of this bounding
206 // box. Sharing edges is ok.
249 inline std::ostream& operator<<(std::ostream& stream, const BoundingBox& box) {
250 stream << "[" << box.left_ << " - " << box.right_
251 << ", " << box.top_ << " - " << box.bottom
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStrokeTest.java 96 // expect a square bounding box, starting at LINE_START_POINT and bounded by
111 OrientedBoundingBox box = line.computeOrientedBoundingBox(); local
113 assertEquals(LineGestureStrokeHelper.LINE_MIDWAY_POINT, box.centerX);
114 assertEquals(LineGestureStrokeHelper.LINE_MIDWAY_POINT, box.centerY);
115 assertEquals(LineGestureStrokeHelper.LINE_ANGLE, box.orientation);
  /external/aac/libSACenc/src/
sacenc_tree.cpp 223 int box; local
227 for (box = 0; box < SACENC_MAX_NUM_BOXES; box++) {
233 hSpaceTree->ttoBox[box] = ttoBox;
254 int box = 0; local
287 for (box = 0; box < hST->descr.nOttBoxes; box++) {
292 boxConfig.bUseCoherenceIccOnly = bTtoBoxFrontBackCombin[box];
451 int box; local
    [all...]
  /external/autotest/client/cros/image_comparison/
rgb_image_comparer.py 35 def compare(self, golden_img_path, test_img_path, box=None):
43 @param box: int tuple, left, upper, right, lower pixel coordinates
44 defining a box region within which the comparison is made.
60 if box is not None:
61 golden_image = golden_image.crop(box)
62 test_image = test_image.crop(box)
verifier.py 30 box=None):
38 @param box: int tuple, left, upper, right, lower pixel coordinates
39 defining a box region within which the comparison is made.
45 self.box = box
78 self.box)
upload_on_fail_comparer.py 42 def compare(self, golden_image_path, test_image_path, box=None):
59 @param box: int tuple, left, upper, right, lower pixel coordinates
60 defining a box region within which the comparison is made.
70 box)
84 box)
  /external/python/cpython2/Demo/tix/samples/
OptMenu.py 53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
54 box.add('ok', text='Ok', underline=0, width=6,
56 box.add('cancel', text='Cancel', underline=0, width=6,
58 box.pack(side=Tix.BOTTOM, fill=Tix.X)
PopMenu.py 46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
47 box.add('ok', text='Ok', underline=0, width=6,
49 box.add('cancel', text='Cancel', underline=0, width=6,
51 box.pack(side=Tix.BOTTOM, fill=Tix.X)
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 7 class Box {
15 Box* box = new Box; local
16 box->i; // expected-warning {{expression result unused}}
17 box->j;
  /external/fio/
ghelpers.c 8 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label)
14 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3);
20 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label)
27 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3);
46 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label,
52 entry = new_info_entry_in_frame(box, label);
58 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label)
65 gtk_box_pack_start(GTK_BOX(box), frame, TRUE, TRUE, 3);
73 GtkWidget *button, *box; local
75 box = gtk_hbox_new(FALSE, 3)
76 gtk_container_add(GTK_CONTAINER(hbox), box); local
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SecondPage.h 73 CComboBox & box
78 CComboBox & box,
90 Commit( CComboBox & box, HKEY key, DWORD enabled );
SecondPage.cpp 124 // Now populate the registration domain box
172 CSecondPage::Commit( CComboBox & box, HKEY key, DWORD enabled )
202 box.GetWindowText( selected );
204 // If we haven't seen this string before, add the string to the box and
207 if ( ( selected.GetLength() > 0 ) && ( box.FindStringExact( -1, selected ) == CB_ERR ) )
211 box.AddString( selected );
368 CSecondPage::EmptyComboBox( CComboBox & box )
370 while ( box.GetCount() > 0 )
372 box.DeleteString( 0 );
382 CSecondPage::Populate( CComboBox & box, HKEY key, StringList & l
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 55 blit.src.box.x = srcX0;
56 blit.src.box.y = srcY0;
57 blit.src.box.z = srcZ0;
58 blit.src.box.width = srcX1 - srcX0;
59 blit.src.box.height = srcY1 - srcY0;
60 blit.src.box.depth = 1;
65 blit.dst.box.x = dstX0;
66 blit.dst.box.y = dstY0;
67 blit.dst.box.z = 0;
68 blit.dst.box.width = dstX1 - dstX0
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/invocation/
InvocationMarkerTest.java 38 final AtomicReference<Invocation> box = new AtomicReference<Invocation>(); local
41 box.set(i);
48 assertEquals(i, box.get());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
MovieFragmentBox.java 20 import com.coremedia.iso.boxes.Box;
28 * aligned(8) class MovieFragmentBox extends Box(moof){
57 Box b = this;
60 for (Box box : b.getParent().getBoxes()) {
61 if (b == box) {
64 offset += box.getSize();
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 351 * \param box the 1D/2D/3D region of interest
358 const struct pipe_box *box,
372 assert(box->x + box->width <= (int) u_minify(resource->width0, level));
374 assert(box->y + box->height <= (int) resource->array_size);
377 assert(box->y + box->height <= (int) u_minify(resource->height0, level));
379 assert(box->z + box->depth <= (int) resource->array_size)
    [all...]
  /external/autotest/client/cros/chameleon/
chameleon_video_capturer.py 40 def capture(self, player, max_frame_count, box=None):
47 @param box: int tuple, left, upper, right, lower pixel coordinates.
53 self.capture_only(player, max_frame_count, box)
59 def capture_only(self, player, max_frame_count, box=None):
67 @param box: int tuple, left, upper, right, lower pixel coordinates.
73 if not box:
74 box = self.box
76 self.chameleon_port.start_capturing_video(box)
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.h 46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box)
48 if ((int) x >= box->width)
50 if ((int) y >= box->height)
52 if ((int) (x + *w) > box->width)
53 *w = box->width - x;
54 if ((int) (y + *h) > box->height)
55 *h = box->height - y;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_clear_blit.c 340 for (int y = 0; y < blit_info->src.box.height; y += 4) {
341 memcpy(drow, srow, tile_size * blit_info->src.box.width);
374 if (blit_info->dst.box.width != blit_info->src.box.width ||
375 blit_info->dst.box.height != blit_info->src.box.height) {
377 blit_info->src.box.width, blit_info->src.box.height,
378 blit_info->dst.box.width, blit_info->dst.box.height)
    [all...]

Completed in 820 milliseconds

1 23 4 5 6 7 8 91011>>