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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixelstore.c 149 if (param == (GLint)ctx->Unpack.SwapBytes)
151 if ((GLint)ctx->Unpack.SwapBytes == param)
154 ctx->Unpack.SwapBytes = param ? GL_TRUE : GL_FALSE;
159 if (param == (GLint)ctx->Unpack.LsbFirst)
161 if ((GLint)ctx->Unpack.LsbFirst == param)
164 ctx->Unpack.LsbFirst = param ? GL_TRUE : GL_FALSE;
173 if (ctx->Unpack.RowLength == param)
176 ctx->Unpack.RowLength = param;
185 if (ctx->Unpack.ImageHeight == param)
189 ctx->Unpack.ImageHeight = param
    [all...]
pbo.c 141 const struct gl_pixelstore_attrib *unpack,
146 if (_mesa_is_bufferobj(unpack->BufferObj)) {
147 /* unpack from PBO */
149 unpack->BufferObj->Size,
151 unpack->BufferObj);
158 /* unpack from normal memory */
177 const struct gl_pixelstore_attrib *unpack,
185 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
187 if (_mesa_is_bufferobj(unpack->BufferObj)) {
198 if (!_mesa_is_bufferobj(unpack->BufferObj))
    [all...]
pbo.h 42 const struct gl_pixelstore_attrib *unpack,
48 const struct gl_pixelstore_attrib *unpack,
55 const struct gl_pixelstore_attrib *unpack);
65 const struct gl_pixelstore_attrib *unpack,
79 const struct gl_pixelstore_attrib *unpack,
90 const struct gl_pixelstore_attrib *unpack);
  /external/mesa3d/src/mesa/main/
pixelstore.c 149 if (param == (GLint)ctx->Unpack.SwapBytes)
151 if ((GLint)ctx->Unpack.SwapBytes == param)
154 ctx->Unpack.SwapBytes = param ? GL_TRUE : GL_FALSE;
159 if (param == (GLint)ctx->Unpack.LsbFirst)
161 if ((GLint)ctx->Unpack.LsbFirst == param)
164 ctx->Unpack.LsbFirst = param ? GL_TRUE : GL_FALSE;
173 if (ctx->Unpack.RowLength == param)
176 ctx->Unpack.RowLength = param;
185 if (ctx->Unpack.ImageHeight == param)
189 ctx->Unpack.ImageHeight = param
    [all...]
pbo.c 141 const struct gl_pixelstore_attrib *unpack,
146 if (_mesa_is_bufferobj(unpack->BufferObj)) {
147 /* unpack from PBO */
149 unpack->BufferObj->Size,
151 unpack->BufferObj);
158 /* unpack from normal memory */
177 const struct gl_pixelstore_attrib *unpack,
185 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
187 if (_mesa_is_bufferobj(unpack->BufferObj)) {
198 if (!_mesa_is_bufferobj(unpack->BufferObj))
    [all...]
pbo.h 42 const struct gl_pixelstore_attrib *unpack,
48 const struct gl_pixelstore_attrib *unpack,
55 const struct gl_pixelstore_attrib *unpack);
65 const struct gl_pixelstore_attrib *unpack,
79 const struct gl_pixelstore_attrib *unpack,
90 const struct gl_pixelstore_attrib *unpack);
  /external/libvpx/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v2 ;# unpack high pred to short
97 vmrghb v3, v0, v1 ;# unpack high src to short
98 vmrglb v4, v0, v2 ;# unpack high pred to short
133 vmrghb v3, v0, v1 ;# unpack high src to short
134 vmrghb v4, v0, v2 ;# unpack high pred to shor
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unpack.py 3 Unpack tuple
10 Unpack list
17 Unpack implied tuple
23 Unpack string... fun!
29 Unpack generic sequence
65 ValueError: too many values to unpack
72 ValueError: too many values to unpack
79 ValueError: need more than 3 values to unpack
86 ValueError: too many values to unpack
104 Trigger code while not expecting an IndexError (unpack sequence too long, wron
    [all...]
test_aepack.py 31 unpacked = aepack.unpack(packed)
37 unpacked = aepack.unpack(packed)
43 unpacked = aepack.unpack(packed)
49 unpacked = aepack.unpack(packed)
55 unpacked = aepack.unpack(packed)
68 unpacked = aepack.unpack(packed)
80 unpacked = aepack.unpack(packed)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unpack.py 3 Unpack tuple
10 Unpack list
17 Unpack implied tuple
23 Unpack string... fun!
29 Unpack generic sequence
65 ValueError: too many values to unpack
72 ValueError: too many values to unpack
79 ValueError: need more than 3 values to unpack
86 ValueError: too many values to unpack
104 Trigger code while not expecting an IndexError (unpack sequence too long, wron
    [all...]
test_aepack.py 31 unpacked = aepack.unpack(packed)
37 unpacked = aepack.unpack(packed)
43 unpacked = aepack.unpack(packed)
49 unpacked = aepack.unpack(packed)
55 unpacked = aepack.unpack(packed)
68 unpacked = aepack.unpack(packed)
80 unpacked = aepack.unpack(packed)
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/
sunspider-string-unpack-code.html 9 DRT.setup("sunspider-string-unpack-code");
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Compat5006.pm 32 for my $c ( unpack( "U*", $_[0] ) ) {
52 $_[0] = pack( "C*", unpack( "C*", $_[0] ) );
55 $_[0] = pack( "U*", unpack( "C*", $_[0] ) );
56 $_[0] = pack( "C*", unpack( "C*", $_[0] ) );
64 $_[0] = pack( "U*", unpack( "U*", $_[0] ) );
106 sub _unpack_emu { # for Perl 5.6 unpack warnings
107 return !utf8::is_utf8($_[0]) ? unpack('C*', $_[0])
108 : _is_valid_utf8($_[0]) ? unpack('U*', $_[0])
109 : unpack('C*', $_[0]);
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Compat5006.pm 32 for my $c ( unpack( "U*", $_[0] ) ) {
52 $_[0] = pack( "C*", unpack( "C*", $_[0] ) );
55 $_[0] = pack( "U*", unpack( "C*", $_[0] ) );
56 $_[0] = pack( "C*", unpack( "C*", $_[0] ) );
64 $_[0] = pack( "U*", unpack( "U*", $_[0] ) );
106 sub _unpack_emu { # for Perl 5.6 unpack warnings
107 return !utf8::is_utf8($_[0]) ? unpack('C*', $_[0])
108 : _is_valid_utf8($_[0]) ? unpack('U*', $_[0])
109 : unpack('C*', $_[0]);
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Compat5006.pm 32 for my $c ( unpack( "U*", $_[0] ) ) {
52 $_[0] = pack( "C*", unpack( "C*", $_[0] ) );
55 $_[0] = pack( "U*", unpack( "C*", $_[0] ) );
56 $_[0] = pack( "C*", unpack( "C*", $_[0] ) );
64 $_[0] = pack( "U*", unpack( "U*", $_[0] ) );
106 sub _unpack_emu { # for Perl 5.6 unpack warnings
107 return !utf8::is_utf8($_[0]) ? unpack('C*', $_[0])
108 : _is_valid_utf8($_[0]) ? unpack('U*', $_[0])
109 : unpack('C*', $_[0]);
  /external/chromium_org/third_party/skia/include/core/
SkPackBits.h 47 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
49 @param src Input data to unpack, previously created by Pack16.
50 @param srcSize Number of bytes of src to unpack
56 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
58 @param src Input data to unpack, previously created by Pack8.
59 @param srcSize Number of bytes of src to unpack
65 /** Unpack the data from src[], skip the first dstSkip bytes, then write
68 @param src Input data to unpack, previously created by Pack8.
  /external/skia/include/core/
SkPackBits.h 47 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
49 @param src Input data to unpack, previously created by Pack16.
50 @param srcSize Number of bytes of src to unpack
56 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
58 @param src Input data to unpack, previously created by Pack8.
59 @param srcSize Number of bytes of src to unpack
65 /** Unpack the data from src[], skip the first dstSkip bytes, then write
68 @param src Input data to unpack, previously created by Pack8.
  /external/antlr/antlr-3.4/
antlrjar.xml 24 Make all jars unpack at the same level and don't include
60 Unpack the binary dependencies so we have a nice
64 <unpack>true</unpack>
  /external/chromium_org/chrome/installer/util/
lzma_util.h 22 // Utility method that does the job of calling OpenArchive(), UnPack()
34 DWORD UnPack(const std::wstring& location);
39 DWORD UnPack(const std::wstring& location,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_bitmap.c 51 const struct gl_pixelstore_attrib *unpack,
63 bitmap = (const GLubyte *) _mesa_map_pbo_source(ctx, unpack, bitmap);
78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
81 if (unpack->LsbFirst) {
83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
137 _mesa_unmap_pbo_source(ctx, unpack);
150 const struct gl_pixelstore_attrib *unpack,
176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
179 if (unpack->LsbFirst)
    [all...]
s_drawpix.c 55 const struct gl_pixelstore_attrib *unpack,
59 _mesa_image_address2d(unpack, pixels, width,
61 const GLint srcRowStride = _mesa_image_row_stride(unpack, width,
102 const struct gl_pixelstore_attrib *unpack,
106 _mesa_image_address2d(unpack, pixels, width,
109 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE);
151 const struct gl_pixelstore_attrib *unpack,
155 _mesa_image_address2d(unpack, pixels, width,
158 _mesa_image_row_stride(unpack, width, format, type);
200 struct gl_pixelstore_attrib unpack; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 51 const struct gl_pixelstore_attrib *unpack,
63 bitmap = (const GLubyte *) _mesa_map_pbo_source(ctx, unpack, bitmap);
78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
81 if (unpack->LsbFirst) {
83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
137 _mesa_unmap_pbo_source(ctx, unpack);
150 const struct gl_pixelstore_attrib *unpack,
176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
179 if (unpack->LsbFirst)
    [all...]
s_drawpix.c 55 const struct gl_pixelstore_attrib *unpack,
59 _mesa_image_address2d(unpack, pixels, width,
61 const GLint srcRowStride = _mesa_image_row_stride(unpack, width,
102 const struct gl_pixelstore_attrib *unpack,
106 _mesa_image_address2d(unpack, pixels, width,
109 _mesa_image_row_stride(unpack, width, GL_RGBA, GL_UNSIGNED_BYTE);
151 const struct gl_pixelstore_attrib *unpack,
155 _mesa_image_address2d(unpack, pixels, width,
158 _mesa_image_row_stride(unpack, width, format, type);
200 struct gl_pixelstore_attrib unpack; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 5 unpack(desc) does the reverse
131 def unpack(desc, formodulename=""): function
132 """Unpack an AE descriptor to a python object"""
143 l.append(unpack(item, formodulename))
149 d[keyword] = unpack(item, formodulename)
153 return mkaetext(unpack(record, formodulename))
158 return struct.unpack('b', desc.data)[0]
174 return struct.unpack('d', data)[0]
181 return mkinsertionloc(unpack(record, formodulename))
184 script, language = struct.unpack('hh', desc.data[:4]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 66 const struct gl_pixelstore_attrib *unpack,
71 if (!_mesa_validate_pbo_access(2, unpack, width, height, 1,
78 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size,
80 unpack->BufferObj);
103 const struct gl_pixelstore_attrib *unpack,
111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
112 GLuint mask = unpack->LsbFirst ? 0 : 7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
136 const GLubyte *rowsrc = _mesa_image_address2d(unpack, bitmap,
175 const struct gl_pixelstore_attrib *unpack,
    [all...]

Completed in 1003 milliseconds

1 2 3 4 5 6 7 8 91011>>