HomeSort by relevance Sort by last modified time
    Searched full:packing (Results 1 - 25 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/gui/
polgen.glade 21 <packing>
26 </packing>
58 <packing>
62 </packing>
74 <packing>
78 </packing>
81 <packing>
86 </packing>
103 <packing>
106 </packing>
    [all...]
system-config-selinux.glade 74 <packing>
79 </packing>
115 <packing>
122 </packing>
143 <packing>
150 </packing>
171 <packing>
178 </packing>
193 <packing>
199 </packing>
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
sepolicy.glade 35 <packing>
39 </packing>
59 <packing>
64 </packing>
67 <packing>
71 </packing>
87 <packing>
91 </packing>
104 <packing>
108 </packing>
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
Content.java 17 * The default packing method. This packs the content to be appended to the
  /external/mesa3d/src/mesa/main/
image.c 82 * Pixel unpacking/packing parameters are observed according to \p packing.
85 * \param packing the pixelstore attributes
100 const struct gl_pixelstore_attrib *packing,
115 alignment = packing->Alignment;
116 if (packing->RowLength > 0) {
117 pixels_per_row = packing->RowLength;
122 if (packing->ImageHeight > 0) {
123 rows_per_image = packing->ImageHeight;
129 skippixels = packing->SkipPixels
    [all...]
image.h 43 const struct gl_pixelstore_attrib *packing,
50 const struct gl_pixelstore_attrib *packing,
57 _mesa_image_address1d( const struct gl_pixelstore_attrib *packing,
64 _mesa_image_address2d( const struct gl_pixelstore_attrib *packing,
71 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing,
79 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing,
84 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing,
readpix.c 58 const struct gl_pixelstore_attrib *packing )
68 if (packing->SwapBytes)
86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
87 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
114 const struct gl_pixelstore_attrib *packing )
132 if (fast_read_depth_pixels(ctx, x, y, width, height, type, pixels, packing))
135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
136 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
152 _mesa_pack_depth_span(ctx, width, dst, type, depthValues, packing);
176 const struct gl_pixelstore_attrib *packing )
    [all...]
pack.h 40 const struct gl_pixelstore_attrib *packing);
45 const struct gl_pixelstore_attrib *packing);
49 GLubyte *dest, const struct gl_pixelstore_attrib *packing);
texstore.h 55 * \param srcPacking source image packing parameters
97 const struct gl_pixelstore_attrib *packing);
106 const struct gl_pixelstore_attrib *packing);
readpix.h 40 const struct gl_pixelstore_attrib *packing,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
packed_section_end.h 2 * Declare directives for structure packing. No padding will be provided
49 /* Compiler-specific directives for structure packing are declared in
50 * packed_section_start.h. This marks the end of the structure packing section,
packed_section_start.h 2 * Declare directives for structure packing. No padding will be provided
49 /* Declare compiler-specific directives for structure packing. */
sdiovar.h 27 /* require default structure packing */
dhdioctl.h 31 /* require default structure packing */
124 /* require default structure packing */
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 49 const struct gl_pixelstore_attrib *packing)
88 format, type, pixels, packing,
124 format, type, pixels, packing)) {
146 _mesa_unmap_teximage_pbo(ctx, packing);
159 const struct gl_pixelstore_attrib *packing)
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
eventpoll.h 39 * UML/x86_64 needs the same packing as x86_64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
eventpoll.h 39 * UML/x86_64 needs the same packing as x86_64
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 487 const struct gl_pixelstore_attrib *packing,
505 pixels, packing, "glCompressedTexImage");
509 pixels, packing, "glTexImage");
521 format, type, pixels, packing);
525 _mesa_unmap_teximage_pbo(ctx, packing);
548 const struct gl_pixelstore_attrib *packing)
551 packing, GL_FALSE);
570 const struct gl_pixelstore_attrib *packing,
580 pixels, packing, "glCompressedTexSubImage");
584 pixels, packing, "glTexSubImage")
    [all...]
  /bionic/tools/relocation_packer/src/
main.cc 7 // Invoke with -v to trace actions taken when packing or unpacking.
47 "Debug sections are not handled, so packing should not be used on\n"
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 79 Log.d(TAG, "Packing...");
149 // when paint changes, packing params change too so check
  /external/skia/include/core/
SkPackBits.h 27 /** Write the src array into a packed format. The packing process may end
37 /** Write the src array into a packed format. The packing process may end
  /frameworks/base/media/java/android/media/midi/
MidiPortImpl.java 57 * Utility function for packing MIDI data to be sent through our ParcelFileDescriptor
87 * Utility function for packing a flush command to be sent through our ParcelFileDescriptor
  /external/clang/test/Sema/
bitfield-layout.c 40 // Bit-field packing
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 51 * UML/x86_64 needs the same packing as x86_64
  /external/skia/src/gpu/
GrRectanizer_pow2.h 18 // The skyline algorithm almost always provides a better packing.

Completed in 255 milliseconds

1 2 3 4 5 6 7 8 91011>>