HomeSort by relevance Sort by last modified time
    Searched full:bufsize (Results 176 - 200 of 815) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.h 170 _mesa_GetProgramInfoLog(GLuint program, GLsizei bufSize,
177 _mesa_GetShaderInfoLog(GLuint shader, GLsizei bufSize,
polygon.h 40 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest );
readpix.h 49 GLenum format, GLenum type, GLsizei bufSize,
varray.h 51 GLsizeiptrARB bufSize = (GLsizeiptrARB) array->BufferObj->Size;
53 if (offset < bufSize) {
54 array->_MaxElement = (bufSize - offset + array->StrideB
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plresolv.h 72 PRIntn bufsize, PRIntervalTime timeout,
77 PRIntn bufsize, PRIntervalTime timeout,
  /external/mesa3d/src/mapi/glapi/gen/
ARB_uniform_buffer_object.xml 60 <param name="bufSize" type="GLsizei" />
81 <param name="bufSize" type="GLsizei" />
  /external/mesa3d/src/mesa/main/
histogram.c 48 GLenum type, GLsizei bufSize, GLvoid *values)
66 GLenum type, GLsizei bufSize, GLvoid *values)
shaderapi.h 170 _mesa_GetProgramInfoLog(GLuint program, GLsizei bufSize,
177 _mesa_GetShaderInfoLog(GLuint shader, GLsizei bufSize,
polygon.h 40 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest );
readpix.h 49 GLenum format, GLenum type, GLsizei bufSize,
  /frameworks/native/opengl/libs/GLES_CM/
glext_api.in 307 void API_ENTRY(glReadnPixelsEXT)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) {
308 CALL_GL_API(glReadnPixelsEXT, x, y, width, height, format, type, bufSize, data);
310 void API_ENTRY(glGetnUniformfvEXT)(GLuint program, GLint location, GLsizei bufSize, float *params) {
311 CALL_GL_API(glGetnUniformfvEXT, program, location, bufSize, params);
313 void API_ENTRY(glGetnUniformivEXT)(GLuint program, GLint location, GLsizei bufSize, GLint *params) {
314 CALL_GL_API(glGetnUniformivEXT, program, location, bufSize, params);
370 void API_ENTRY(glGetDriverControlStringQCOM)(GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString) {
371 CALL_GL_API(glGetDriverControlStringQCOM, driverControl, bufSize, length, driverControlString);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 129 unsigned int bufsize; /* used buffersize */ member in struct:scc_stat
164 unsigned int bufsize; member in struct:scc_mem_config
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 129 unsigned int bufsize; /* used buffersize */ member in struct:scc_stat
164 unsigned int bufsize; member in struct:scc_mem_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 129 unsigned int bufsize; /* used buffersize */ member in struct:scc_stat
164 unsigned int bufsize; member in struct:scc_mem_config
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 55 BUFSIZE = 8192
213 obsize, ibsize = BUFSIZE, BUFSIZE
217 obsize, ibsize = 0, BUFSIZE
329 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
347 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 55 BUFSIZE = 8192
213 obsize, ibsize = BUFSIZE, BUFSIZE
217 obsize, ibsize = 0, BUFSIZE
329 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
347 win32.PIPE_UNLIMITED_INSTANCES, BUFSIZE, BUFSIZE,
  /system/core/libutils/tests/
BlobCache_test.cpp 151 enum { bufSize = MAX_TOTAL_SIZE - MAX_KEY_SIZE + 1 };
154 char buf[bufSize];
158 for (int i = 0; i < bufSize; i++) {
201 enum { bufSize = MAX_TOTAL_SIZE - MAX_KEY_SIZE };
204 char buf[bufSize];
208 for (int i = 0; i < bufSize; i++) {
212 mBC->set(key, MAX_KEY_SIZE, buf, bufSize);
213 ASSERT_EQ(size_t(bufSize), mBC->get(key, MAX_KEY_SIZE, NULL, 0));
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.h 30 EGLint rcGetConfigs_enc(void *self , uint32_t bufSize, GLuint* buffer);
README 28 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer);
31 bufSize is the size of buffer, the size should be at least equal to
34 rcGetNumConfigs. if bufSize is not big enough then the negative number
  /external/iptables/libipq/
libipq.3 173 #define BUFSIZE 2048
185 unsigned char buf[BUFSIZE];
192 status = ipq_set_mode(h, IPQ_COPY_PACKET, BUFSIZE);
197 status = ipq_read(h, buf, BUFSIZE, 0);
  /system/core/include/zipfile/
zipfile.h 48 int decompress_zipentry(zipentry_t entry, void* buf, int bufsize);
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 49 final int bufSize = 1024 * 1024 * 2;
60 Debug.startMethodTracing(traceName, bufSize);
64 Debug.startMethodTracing(traceName, bufSize, debug_flag);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/
FFTFrameOpenMAXDLAndroid.cpp 193 int bufSize;
194 OMXResult status = omxSP_FFTGetBufSize_R_F32(log2FFTSize, &bufSize);
197 OMXFFTSpec_R_F32* context = static_cast<OMXFFTSpec_R_F32*>(malloc(bufSize));
  /external/chromium_org/third_party/mesa/src/src/glx/
renderpix.c 167 const GLint bufsize = image1len + image2len; local
181 buf = (GLubyte *) Xmalloc(bufsize);
194 bufsize);

Completed in 674 milliseconds

1 2 3 4 5 6 78 91011>>