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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
CropFilter.java 74 addMaskedInputPort("box", ObjectFormat.fromClass(Quad.class, FrameFormat.TARGET_SIMPLE));
110 Frame boxFrame = pullInput("box");
114 // Get the box
115 Quad box = (Quad)boxFrame.getObjectValue(); local
128 shaderProgram.setSourceRegion(box);
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 59 SVGA3dCopyBox box, *boxes; local
73 box.x = dst_x;
74 box.y = dst_y;
75 box.z = dst_z;
76 box.w = width;
77 box.h = height;
78 box.d = depth;
79 box.srcx = src_x;
80 box.srcy = src_y;
81 box.srcz = src_z
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 326 struct pipe_box box; local
340 u_box_1d(0, input_size, &box);
344 &box, &transfer);
908 const struct pipe_box *box,
918 unsigned offset = box->x;
936 "level = %u, usage = %u, box(x = %u, y = %u, z = %u "
938 box->x, box->y, box->z, box->width, box->height
    [all...]
r600_blit.c 785 info->dst.box.x == 0 &&
786 info->dst.box.y == 0 &&
787 info->dst.box.width == dst_width &&
788 info->dst.box.height == dst_height &&
789 info->dst.box.depth == 1 &&
790 info->src.box.x == 0 &&
791 info->src.box.y == 0 &&
792 info->src.box.width == dst_width &&
793 info->src.box.height == dst_height &&
794 info->src.box.depth == 1 &
    [all...]
  /external/autotest/tko/
display.py 14 #### additional keys for shaded color of a box
44 ### color keys for box shading have names that end with 'pct'
90 class box: class in inherits:
173 ## average_grade defines a shade of the box
244 return box(None, None)
262 return box(None, None)
266 precounted_box = box(html, shade, False, link, tooltip,
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 80 void trace_dump_box(const struct pipe_box *box)
85 if (!box) {
92 trace_dump_member(int, box, x);
93 trace_dump_member(int, box, y);
94 trace_dump_member(int, box, z);
95 trace_dump_member(int, box, width);
96 trace_dump_member(int, box, height);
97 trace_dump_member(int, box, depth);
626 trace_dump_member(uint, state, box.x);
627 trace_dump_member(uint, state, box.y)
    [all...]
tr_dump_state.h 37 void trace_dump_box(const struct pipe_box *box);
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_context.h 108 const struct pipe_box *box,
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.h 85 const struct pipe_box *box );
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 62 struct xa_box *box,
  /external/mesa3d/src/gallium/winsys/sw/null/
null_sw_winsys.c 119 struct pipe_box *box)
  /external/pdfium/core/fpdfapi/page/
cpdf_pageobjectholder.h 70 void AddImageMaskBoundingBox(const CFX_FloatRect& box);
  /external/python/cpython2/Lib/lib-tk/
tkSimpleDialog.py 106 '''add standard button box.
111 box = Frame(self)
113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
115 w = Button(box, text="Cancel", width=10, command=self.cancel)
121 box.pack()
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeSetImplementationsTest.java 195 Box box = new Box(); local
196 box.setId("id123");
197 box.setSet(set);
198 set.add(box);
206 assertTrue(output.contains("? !!examples.collections.TypeSafeSetImplementationsTest$Box"));
216 public static class Box {
  /external/swiftshader/src/D3D8/
Direct3DVolume8.hpp 52 long __stdcall LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) override;
Direct3DVolumeTexture8.hpp 58 long __stdcall LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) override;
  /external/swiftshader/src/D3D9/
Direct3DVolume9.hpp 52 long __stdcall LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) override;
  /external/syslinux/gpxe/src/util/
mucurses_test.c 14 box( stdscr, '|', '-' );
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.h 57 // Adds a grid of candidate keypoints to the given box, up to
84 // Selects a set of keypoints falling within the supplied box such that the
88 const BoundingBox& box,
97 // best cover the given set of boxes, such that each box is covered at a
  /external/tensorflow/tensorflow/python/kernel_tests/
draw_bounding_box_op_test.py 104 """Test if drawing bounding box on a GRY image works."""
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
Field.kt 89 if (typeName == TypeName.BOOLEAN || typeName == TypeName.BOOLEAN.box()) {
103 if (typeName == TypeName.BOOLEAN || typeName == TypeName.BOOLEAN.box()) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 106 '''add standard button box.
111 box = Frame(self)
113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
115 w = Button(box, text="Cancel", width=10, command=self.cancel)
121 box.pack()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkSimpleDialog.py 106 '''add standard button box.
111 box = Frame(self)
113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
115 w = Button(box, text="Cancel", width=10, command=self.cancel)
121 box.pack()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 106 '''add standard button box.
111 box = Frame(self)
113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
115 w = Button(box, text="Cancel", width=10, command=self.cancel)
121 box.pack()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 106 '''add standard button box.
111 box = Frame(self)
113 w = Button(box, text="OK", width=10, command=self.ok, default=ACTIVE)
115 w = Button(box, text="Cancel", width=10, command=self.cancel)
121 box.pack()

Completed in 398 milliseconds

1 2 3 4 5 6 7 891011>>