/sdk/emulator/opengl/tests/ut_renderer/ |
RendererSurface.cpp | 41 int ibuf; local 42 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_BUFFER_SIZE, &ibuf)) { 43 fprintf(stderr, "EGL COLOR Buffer size: %d\n", ibuf); 47 if (eglGetConfigAttrib(eglDisplay, eglConfig, EGL_DEPTH_SIZE, &ibuf)) { 48 fprintf(stderr, "EGL DEPTH Buffer size: %d\n", ibuf);
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorBuffer.c | 175 M4OSA_UInt32 i, ibuf; local 180 ibuf = 0; 187 ibuf = i; 201 *pNXPBuffer = &(ppool->pNXPBuffer[ibuf]); 203 ALOGV("VIDEOEDITOR_BUFFER_getBuffer: idx = %d", ibuf);
|
/hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/ |
bcmdhd_net_iface.c | 28 char ibuf[INTERFACE_MAX_BUFFER_SIZE]; member in struct:net_if_snd_cmd_state 65 strncpy(state.ibuf, state.cmd, INTERFACE_MAX_BUFFER_SIZE); 67 priv_cmd.buf = state.ibuf; 78 *rbuf = state.ibuf;
|
/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FilterInputStreamTest.java | 40 byte[] ibuf = new byte[4096]; field in class:FilterInputStreamTest
|
FilterOutputStreamTest.java | 36 byte[] ibuf = new byte[4096]; field in class:FilterOutputStreamTest
|
FileInputStreamTest.java | 39 byte[] ibuf = new byte[4096]; field in class:FileInputStreamTest
|
FileOutputStreamTest.java | 39 byte[] ibuf = new byte[4096]; field in class:FileOutputStreamTest
|
BufferedInputStreamTest.java | 40 byte[] ibuf = new byte[4096]; field in class:BufferedInputStreamTest
|
PrintStreamTest.java | 36 byte[] ibuf = new byte[4096]; field in class:PrintStreamTest
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_gpsk_common.c | 44 u8 ibuf[2], hash[16]; local 50 addr[0] = ibuf; 51 vlen[0] = sizeof(ibuf); 59 WPA_PUT_BE16(ibuf, i); 79 u8 ibuf[2], hash[SHA256_MAC_LEN]; local 85 addr[0] = ibuf; 86 vlen[0] = sizeof(ibuf); 94 WPA_PUT_BE16(ibuf, i);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFilterOutputStreamTest.java | 34 byte[] ibuf = new byte[4096]; field in class:OldFilterOutputStreamTest
|
OldFilterInputStreamTest.java | 39 byte[] ibuf = new byte[4096]; field in class:OldFilterInputStreamTest
|
/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 | 318 GrGLIndexBuffer* ibuf = NULL; local 325 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer; 331 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer; 334 ibuf = NULL; // suppress warning 338 SkASSERT(NULL != ibuf); 339 SkASSERT(!ibuf->isLocked()); 340 *indexOffsetInBytes += ibuf->baseOffset(); 343 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
|
/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/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 318 GrGLIndexBuffer* ibuf = NULL; local 325 ibuf = (GrGLIndexBuffer*)this->getGeomSrc().fIndexBuffer; 331 ibuf = (GrGLIndexBuffer*) geoPoolState.fPoolIndexBuffer; 334 ibuf = NULL; // suppress warning 338 SkASSERT(NULL != ibuf); 339 SkASSERT(!ibuf->isLocked()); 340 *indexOffsetInBytes += ibuf->baseOffset(); 343 fHWGeometryState.bindArrayAndBuffersToDraw(this, vbuf, ibuf);
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 430 unsigned char *ibuf; /* Input buffer */ member in struct:__anon16276 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/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:__anon26852 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/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 646 IntBuffer ibuf = (IntBuffer) data; local 647 ibuf.limit(total); 649 inewBuf.put(ibuf); [all...] |