HomeSort by relevance Sort by last modified time
    Searched refs:Unpack (Results 1 - 25 of 43) sorted by null

1 2

  /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...]
drawpix.c 149 if (_mesa_is_bufferobj(ctx->Unpack.BufferObj)) {
150 /* unpack from PBO */
151 if (!_mesa_validate_pbo_access(2, &ctx->Unpack, width, height,
157 if (_mesa_bufferobj_mapped(ctx->Unpack.BufferObj)) {
166 &ctx->Unpack, pixels);
330 if (_mesa_is_bufferobj(ctx->Unpack.BufferObj)) {
331 /* unpack from PBO */
332 if (!_mesa_validate_pbo_access(2, &ctx->Unpack, width, height,
339 if (_mesa_bufferobj_mapped(ctx->Unpack.BufferObj)) {
347 ctx->Driver.Bitmap( ctx, x, y, width, height, &ctx->Unpack, bitmap )
    [all...]
pixel.c 156 /* Note, need to use DefaultPacking and Unpack's buffer object */
205 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY,
210 values = (const GLfloat *) _mesa_map_pbo_source(ctx, &ctx->Unpack, values);
212 if (_mesa_is_bufferobj(ctx->Unpack.BufferObj)) {
221 _mesa_unmap_pbo_source(ctx, &ctx->Unpack);
247 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY,
252 values = (const GLuint *) _mesa_map_pbo_source(ctx, &ctx->Unpack, values);
254 if (_mesa_is_bufferobj(ctx->Unpack.BufferObj)) {
275 _mesa_unmap_pbo_source(ctx, &ctx->Unpack);
303 if (!validate_pbo_access(ctx, &ctx->Unpack, mapsize, GL_INTENSITY
    [all...]
polygon.c 205 &ctx->Unpack, 32, 32, 1,
212 _mesa_unpack_polygon_stipple(pattern, ctx->PolygonStipple, &ctx->Unpack);
214 _mesa_unmap_pbo_source(ctx, &ctx->Unpack);
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...]
texcompress_cpal.c 189 saved_align = ctx->Unpack.Alignment;
dlist.c 911 const struct gl_pixelstore_attrib *unpack)
922 if (!_mesa_is_bufferobj(unpack->BufferObj)) {
927 image = _mesa_unpack_bitmap(width, height, pixels, unpack);
930 format, type, pixels, unpack);
936 else if (_mesa_validate_pbo_access(dimensions, unpack, width, height,
942 ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size,
943 GL_MAP_READ_BIT, unpack->BufferObj);
952 image = _mesa_unpack_bitmap(width, height, src, unpack);
955 format, type, src, unpack);
957 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj)
    [all...]
get.c 456 { GL_UNPACK_ALIGNMENT, CONTEXT_INT(Unpack.Alignment), NO_EXTRA },
720 { GL_UNPACK_ROW_LENGTH, CONTEXT_INT(Unpack.RowLength), NO_EXTRA },
721 { GL_UNPACK_SKIP_PIXELS, CONTEXT_INT(Unpack.SkipPixels), NO_EXTRA },
722 { GL_UNPACK_SKIP_ROWS, CONTEXT_INT(Unpack.SkipRows), NO_EXTRA },
723 { GL_UNPACK_SKIP_IMAGES_EXT, CONTEXT_INT(Unpack.SkipImages), NO_EXTRA },
724 { GL_UNPACK_IMAGE_HEIGHT_EXT, CONTEXT_INT(Unpack.ImageHeight), NO_EXTRA },
    [all...]
  /external/v8/tools/testrunner/objects/
output.py 58 def Unpack(packed):
workpacket.py 78 def Unpack(packed):
84 ctx = context.Context.Unpack(packed["context"])
context.py 60 def Unpack(packed):
peer.py 77 def Unpack(packed):
testcase.py 81 self.output = output.Output.Unpack(result[1])
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack.h 53 void Unpack(); // Fills packet_ids_ using packed_. (used in Parse).
nack.cc 70 Unpack();
150 void Nack::Unpack() {
  /external/vboot_reference/futility/
cmd_vbutil_key.c 36 {"unpack", 1, 0, OPT_MODE_UNPACK},
62 "Usage: " MYNAME " %s --unpack <infile>\n"
105 /* Unpack a .vbpubk or .vbprivk */
106 static int Unpack(const char *infile, const char *outfile)
112 fprintf(stderr, "Need file to unpack\n");
229 return Unpack(infile, outfile);
cmd_vbutil_keyblock.c 35 {"unpack", 1, 0, OPT_MODE_UNPACK},
48 "Usage: " MYNAME " %s <--pack|--unpack> <file> [OPTIONS]\n"
67 "For '--unpack <file>', optional OPTIONS are:\n"
153 static int Unpack(const char *infile, const char *datapubkey,
326 return Unpack(filename, datapubkey, signpubkey);
  /external/gemmlowp/internal/
unpack.h 15 // unpack.h: unpacking the result blocks computed by compute.h,
94 static void Unpack(ResultBlockType* dst, const PackedResultType& src,
151 ScopedProfilingLabel label("unpack");
153 LhsOffset, RhsOffset, OutputPipelineType>::Unpack(
unpack_neon.h 15 // unpack_neon.h: optimized NEON specializations of the templates in unpack.h.
21 #include "unpack.h"
76 static void Unpack(ResultBlockType* dst, const PackedResultType& src,
106 // Refer to the generic code in unpack.h.
155 // Refer to the generic code in unpack.h.
180 // to the code in unpack.h, see comments there.
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 20 " " + prog_name + " unpack FILE [FILE...]\n" \
46 magic_words = struct.unpack('II', magic_bytes);
109 pid, module_length, blob_size = struct.unpack('iII', header)
125 def Unpack(files):
236 elif sys.argv[1] == "unpack":
237 Unpack(file_list)
  /external/aac/libSYS/src/
wav_file.cpp 366 static USHORT Unpack(USHORT v)
472 int bps = Unpack(wav->header.bitsPerSample);
  /external/v8/tools/testrunner/server/
work_handler.py 56 packet = workpacket.WorkPacket.Unpack(data)
  /external/v8/tools/testrunner/network/
network_execution.py 49 return [ peer.Peer.Unpack(p) for p in data ]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 111 struct gl_pixelstore_attrib Pack, Unpack;
566 save->Unpack = ctx->Unpack;
568 ctx->Unpack = ctx->DefaultPacking;
894 ctx->Unpack = save->Unpack;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 560 &ctx->Unpack, GL_TRUE);
630 &ctx->Unpack, GL_TRUE);

Completed in 617 milliseconds

1 2