/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_swtnl_private.h | 49 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_swtnl_private.h | 49 struct pipe_resource *ibuf; member in struct:svga_vbuf_render
|
/external/chromium_org/third_party/boringssl/src/crypto/bio/ |
buffer.c | 79 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct 97 ctx->ibuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE); 98 if (ctx->ibuf == NULL) { 113 OPENSSL_free(ctx->ibuf); 128 if (ctx->ibuf != NULL) { 129 OPENSSL_free(ctx->ibuf); 163 memcpy(out, &ctx->ibuf[ctx->ibuf_off], i); 199 i = BIO_read(bio->next_bio, ctx->ibuf, ctx->ibuf_size); 341 p1 = ctx->ibuf; 352 if (p1 != ctx->ibuf) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
yuvscaler_unittest.cc | 108 uint8 *ibuf = ALIGNP(ibuffer.get(), kAlignment) + memoffset; local 113 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) || 120 memset(ibuf, 213, isize); // Input is constant color. 126 FlushCache(ibuf, isize); 140 FlushCache(ibuf, isize); 146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]); 196 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf)); 198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false); 201 EXPECT_EQ(-1, FindDiff(obuf, ibuf, sizeof(ibuf))) 212 uint8 *ibuf = ALIGNP(ibuffer.get(), kAlignment); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
tri-instanced.c | 109 struct pipe_index_buffer ibuf; local 155 ibuf.buffer = pipe_buffer_create_with_data(ctx, 160 ibuf.offset = 0; 161 ibuf.index_size = 2; 163 ctx->set_index_buffer(ctx, &ibuf);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 323 GrGLIndexBuffer* ibuf = NULL; local 330 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer; 336 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer; 339 ibuf = NULL; // suppress warning 343 SkASSERT(ibuf); 344 SkASSERT(!ibuf->isMapped()); 345 *indexOffsetInBytes += ibuf->baseOffset(); 348 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
audio_buffer.cc | 74 // until the next call to ibuf() or fbuf(), and the return value of ibuf() and 84 ChannelBuffer<int16_t>* ibuf() { return ibuf(false); } function in class:webrtc::IFChannelBuffer 86 const ChannelBuffer<int16_t>* ibuf_const() { return ibuf(true); } 90 ChannelBuffer<int16_t>* ibuf(bool readonly) { function in class:webrtc::IFChannelBuffer 234 channels_->ibuf()->channel(i)); 251 ScaleToFloat(channels_->ibuf()->channel(i), 280 return channels_->ibuf()->channel(channel); 301 ? split_channels_low_->ibuf()->channel(channel [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
tri-instanced.c | 109 struct pipe_index_buffer ibuf; local 155 ibuf.buffer = pipe_buffer_create_with_data(ctx, 160 ibuf.offset = 0; 161 ibuf.index_size = 2; 163 ctx->set_index_buffer(ctx, &ibuf);
|
/external/opencv/cv/src/ |
cvmatchcontours.cpp | 230 int lpt1, lpt2, lpt, flag, flag_n, i, j, ibuf, ibuf1; local 305 ibuf = 0; 356 ibuf1 = ibuf + 1; 360 ptr12[ibuf] = ptr11[j]->next_v1; 365 ptr12[ibuf] = NULL; 370 ptr22[ibuf] = ptr21[j]->next_v1; 375 ptr22[ibuf] = NULL; 378 ibuf += 2; 381 i = ibuf;
|
/external/iputils/ |
rarpd.c | 94 struct ifreq ibuf[256]; local 101 ifc.ifc_len = sizeof ibuf; 102 ifc.ifc_buf = (caddr_t)ibuf; 119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); 120 for (ifrp = ibuf; ifrp < ifend; ifrp++) {
|
/external/openssl/crypto/comp/ |
c_zlib.c | 430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon7741 488 ctx->ibuf = NULL; 517 if(ctx->ibuf) 521 OPENSSL_free(ctx->ibuf); 545 if(!ctx->ibuf) 547 ctx->ibuf = OPENSSL_malloc(ctx->ibufsize); 548 if(!ctx->ibuf) 554 zin->next_in = ctx->ibuf; 583 ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize); 593 zin->next_in = ctx->ibuf; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state.c | 689 struct i915_buffer *ibuf = i915_buffer(buf); local 694 new_num = ibuf->b.b.width0 / 4 * sizeof(float); 703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0); [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 689 struct i915_buffer *ibuf = i915_buffer(buf); local 694 new_num = ibuf->b.b.width0 / 4 * sizeof(float); 703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0); [all...] |
/external/bzip2/ |
bzip2.c | 332 UChar ibuf[5000]; local 353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream ); 355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf ); [all...] |
/external/openssl/crypto/bio/ |
bio.h | 352 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/openssl/include/openssl/ |
bio.h | 352 char *ibuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/mksh/src/ |
edit.c | 3465 static char *ibuf; \/* input buffer *\/ variable [all...] |