/external/chromium_org/gpu/command_buffer/client/ |
gles2_trace_implementation_autogen.h | 93 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 96 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 113 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) OVERRIDE; 118 GLuint shader, GLsizei bufsize, GLsizei* length, char* infolog) OVERRIDE; 123 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) OVERRIDE; 307 GLuint program, GLsizei bufsize, GLsizei* size, void* info) OVERRIDE; 316 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) OVERRIDE;
|
gles2_c_lib_autogen.h | 201 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 204 program, index, bufsize, length, size, type, name); 207 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 210 program, index, bufsize, length, size, type, name); 243 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) { 244 gles2::GetGLContext()->GetProgramInfoLog(program, bufsize, length, infolog); 254 GLuint shader, GLsizei bufsize, GLsizei* length, char* infolog) { 255 gles2::GetGLContext()->GetShaderInfoLog(shader, bufsize, length, infolog); 263 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) { 264 gles2::GetGLContext()->GetShaderSource(shader, bufsize, length, source) [all...] |
gles2_trace_implementation_impl_autogen.h | 318 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 321 gl_->GetActiveAttrib(program, index, bufsize, length, size, type, name); 325 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 328 gl_->GetActiveUniform(program, index, bufsize, length, size, type, name); 382 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) { 384 gl_->GetProgramInfoLog(program, bufsize, length, infolog); 400 GLuint shader, GLsizei bufsize, GLsizei* length, char* infolog) { 402 gl_->GetShaderInfoLog(shader, bufsize, length, infolog); 412 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) { 414 gl_->GetShaderSource(shader, bufsize, length, source) [all...] |
/external/chromium_org/gpu/command_buffer/ |
cmd_buffer_functions.txt | 61 GL_APICALL void GL_APIENTRY glGetActiveAttrib (GLidProgram program, GLuint index, GLsizeiNotNegative bufsize, GLsizeiOptional* length, GLint* size, GLenum* type, char* name); 62 GL_APICALL void GL_APIENTRY glGetActiveUniform (GLidProgram program, GLuint index, GLsizeiNotNegative bufsize, GLsizeiOptional* length, GLint* size, GLenum* type, char* name); 72 GL_APICALL void GL_APIENTRY glGetProgramInfoLog (GLidProgram program, GLsizeiNotNegative bufsize, GLsizeiOptional* length, char* infolog); 75 GL_APICALL void GL_APIENTRY glGetShaderInfoLog (GLidShader shader, GLsizeiNotNegative bufsize, GLsizeiOptional* length, char* infolog); 77 GL_APICALL void GL_APIENTRY glGetShaderSource (GLidShader shader, GLsizeiNotNegative bufsize, GLsizeiOptional* length, char* source); 193 GL_APICALL void GL_APIENTRY glGetProgramInfoCHROMIUM (GLidProgram program, GLsizeiNotNegative bufsize, GLsizei* size, void* info); 199 GL_APICALL void GL_APIENTRY glGetTranslatedShaderSourceANGLE (GLidShader shader, GLsizeiNotNegative bufsize, GLsizeiOptional* length, char* source);
|
/external/chromium_org/third_party/khronos/GLES2/ |
gl2ext.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitable.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
pixel.c | 176 " bufSize (%d) is too small)", clientMemSize); 338 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) 355 GL_FLOAT, bufSize, values)) { 389 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) 406 GL_UNSIGNED_INT, bufSize, values)) { 440 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) 457 GL_UNSIGNED_SHORT, bufSize, values)) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
dgst.c | 71 #undef BUFSIZE 72 #define BUFSIZE 1024*8 135 if ((buf=(unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL) 540 OPENSSL_cleanse(buf,BUFSIZE); 568 i=BIO_read(bp,(char *)buf,BUFSIZE); 601 len = BUFSIZE; 611 len=BIO_gets(bp,(char *)buf,BUFSIZE);
|
/external/mesa3d/src/mesa/main/ |
pixel.c | 176 " bufSize (%d) is too small)", clientMemSize); 338 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) 355 GL_FLOAT, bufSize, values)) { 389 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) 406 GL_UNSIGNED_INT, bufSize, values)) { 440 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) 457 GL_UNSIGNED_SHORT, bufSize, values)) {
|
/external/openssl/apps/ |
dgst.c | 71 #undef BUFSIZE 72 #define BUFSIZE 1024*8 135 if ((buf=(unsigned char *)OPENSSL_malloc(BUFSIZE)) == NULL) 540 OPENSSL_cleanse(buf,BUFSIZE); 568 i=BIO_read(bp,(char *)buf,BUFSIZE); 601 len = BUFSIZE; 611 len=BIO_gets(bp,(char *)buf,BUFSIZE);
|
/system/core/sh/ |
output.c | 157 dest->buf = ckmalloc(dest->bufsize); 159 dest->nleft = dest->bufsize; 162 offset = dest->bufsize; 164 dest->bufsize <<= 1; 165 dest->buf = ckrealloc(dest->buf, dest->bufsize); 166 dest->nleft = dest->bufsize - offset; 193 dest->nleft = dest->bufsize;
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 291 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 294 glGetCurrentContextPPAPI(), program, index, bufsize, length, size, type, local 299 GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, 302 glGetCurrentContextPPAPI(), program, index, bufsize, length, size, type, local 353 GLuint program, GLsizei bufsize, GLsizei* length, char* infolog) { 355 glGetCurrentContextPPAPI(), program, bufsize, length, infolog); local 370 GLuint shader, GLsizei bufsize, GLsizei* length, char* infolog) { 372 glGetCurrentContextPPAPI(), shader, bufsize, length, infolog); local 382 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) { 384 glGetCurrentContextPPAPI(), shader, bufsize, length, source) local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des.c | 109 #define BUFSIZE (8*1024) 375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8]; 381 if ( (( buf=OPENSSL_malloc(BUFSIZE+8)) == NULL) || 382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL)) 473 num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN); 572 l=uufread(buf,1,BUFSIZE,DES_IN); 574 l=fread(buf,1,BUFSIZE,DES_IN); 614 ll=uufread(&(buf[rem]),1,BUFSIZE,DES_IN); 616 ll=fread(&(buf[rem]),1,BUFSIZE,DES_IN) [all...] |
/external/openssl/crypto/des/ |
des.c | 109 #define BUFSIZE (8*1024) 375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8]; 381 if ( (( buf=OPENSSL_malloc(BUFSIZE+8)) == NULL) || 382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL)) 473 num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN); 572 l=uufread(buf,1,BUFSIZE,DES_IN); 574 l=fread(buf,1,BUFSIZE,DES_IN); 614 ll=uufread(&(buf[rem]),1,BUFSIZE,DES_IN); 616 ll=fread(&(buf[rem]),1,BUFSIZE,DES_IN) [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_getbits.cpp | 129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); 130 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE)); 131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE)); 132 Elem3 = *(ptBitStream->pBuffer + module(offset + 3, BUFSIZE)); 170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); 171 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE)); 207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); 208 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE)); 209 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE)); 242 returnValue = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); [all...] |
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 608 DWORD bufsize = 1024; local 611 pproc->outp = malloc(bufsize); 624 if (pproc->outcnt + nread > bufsize) { 625 bufsize += nread + 512; 626 pproc->outp = realloc(pproc->outp, bufsize); 640 DWORD bufsize = 1024; local 643 pproc->errp = malloc(bufsize); 655 if (pproc->errcnt + nread > bufsize) { 656 bufsize += nread + 512; 657 pproc->errp = realloc(pproc->errp, bufsize); [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 109 int bufsize = *pbufsize, savebufsize = bufsize; local 144 c = readrec(&buf, &bufsize, infile); 159 *pbufsize = bufsize; 186 int bufsize = *pbufsize; local 200 if (rr-buf+1 > bufsize) 201 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 1")) 209 if (!adjbuf(&buf, &bufsize, 2+rr-buf, recsize, &rr, "readrec 2")) 214 if (!adjbuf(&buf, &bufsize, 1+rr-buf, recsize, &rr, "readrec 3")) 219 *pbufsize = bufsize; [all...] |
/external/opencv/cv/src/ |
cvderiv.cpp | 151 ( CvSize roi, int* bufsize ); 154 ( CvSize roi, int masksize, int* bufsize ); 294 int bufsize = 0, masksize = aperture_size == 3 ? 33 : 55; local 304 ipp_sobel_getbufsize_func( size, masksize, &bufsize ) : 305 ipp_scharr_getbufsize_func( size, &bufsize ); 309 if( bufsize <= CV_MAX_LOCAL_SIZE ) 311 buffer = cvStackAlloc( bufsize ); 315 CV_CALL( buffer = cvAlloc( bufsize )); 835 int bufsize = 0, masksize = aperture_size == 3 ? 33 : 55; local [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES20.java | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.cpp | [all...] |
/external/dropbear/ |
packet.c | 320 unsigned long bufsize; local 349 bufsize = sizeof(tempbuf); 350 if (hmac_done(&hmac, tempbuf, &bufsize) != CRYPT_OK) { 525 unsigned long bufsize; local 555 bufsize = sizeof(tempbuf); 556 if (hmac_done(&hmac, tempbuf, &bufsize)
|
/external/qemu/audio/ |
fmodaudio.c | 49 int bufsize; member in struct:__anon24803 577 if (conf.bufsize) { 578 status = FSOUND_SetBufferSize (conf.bufsize); 580 fmod_logerr ("FSOUND_SetBufferSize (%d) failed\n", conf.bufsize); 653 .name = "BUFSIZE", 655 .valp = &conf.bufsize,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 69 speed-up has been obtained by using readlines(bufsize) instead of 70 readline(). A new keyword argument, bufsize=N, is present on the 91 def input(files=None, inplace=0, backup="", bufsize=0, 103 _state = FileInput(files, inplace, backup, bufsize, mode, openhook) 197 def __init__(self, files=None, inplace=0, backup="", bufsize=0, 211 self._bufsize = bufsize or DEFAULT_BUFSIZE
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 69 speed-up has been obtained by using readlines(bufsize) instead of 70 readline(). A new keyword argument, bufsize=N, is present on the 91 def input(files=None, inplace=0, backup="", bufsize=0, 103 _state = FileInput(files, inplace, backup, bufsize, mode, openhook) 197 def __init__(self, files=None, inplace=0, backup="", bufsize=0, 211 self._bufsize = bufsize or DEFAULT_BUFSIZE
|
/external/aac/libFDK/include/ |
FDK_bitbuffer.h | 107 UINT bufSize; 124 void FDK_CreateBitBuffer (HANDLE_FDK_BITBUF *hBitBuffer, UCHAR *pBuffer, UINT bufSize) ; 127 UINT bufSize, UINT validBits) ;
|