Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 25 of 57) sorted by relevance

123

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetShaderSource.java5 int bufsize, in glGetShaderSource()
17 int bufsize, in glGetShaderSource()
H A DglGetTransformFeedbackVarying.java6 int bufsize, in glGetTransformFeedbackVarying()
25 int bufsize, in glGetTransformFeedbackVarying()
37 int bufsize, in glGetTransformFeedbackVarying()
H A DglGetActiveAttrib.java6 int bufsize, in glGetActiveAttrib()
24 int bufsize, in glGetActiveAttrib()
H A DglGetActiveUniform.java6 int bufsize, in glGetActiveUniform()
24 int bufsize, in glGetActiveUniform()
H A DglGetShaderSource.cpp4 …(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, … in android_glGetShaderSource__II_3II_3BI()
69 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) { in android_glGetShaderSource__IILjava_nio_IntBuffer_2B()
H A DglGetTransformFeedbackVarying.cpp4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
120 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B()
127 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2()
H A DglGetActiveUniform.cpp4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveUniform__III_3II_3II_3II_3BI()
120 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B()
H A DglGetActiveAttrib.cpp4 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint l… in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
120 …(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject … in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B()
/aosp12/system/extras/libfec/test/
H A Dtest_read.cpp24 const unsigned bufsize = 2 * 1024 * FEC_BLOCKSIZE; variable
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhdtoa.c129 int bufsize; in __hdtoa() local
227 int bufsize; in __hldtoa() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmakebuf.c80 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) in __swhatbuf()
/aosp12/system/hardware/interfaces/net/netd/testutils/
H A DVtsHalNetNetdTestUtils.cpp57 size_t bufsize = 0; in runCommand() local
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DNetlinkSocket.java128 public static ByteBuffer recvMessage(FileDescriptor fd, int bufsize, long timeoutMs) in recvMessage()
/aosp12/system/netd/tests/
H A Dtest_utils.cpp49 size_t bufsize = 0; in runCommand() local
/aosp12/frameworks/native/libs/sensor/
H A DBitTube.cpp42 BitTube::BitTube(size_t bufsize) in BitTube()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_verity.cpp197 static bool format_verity_table(char *buf, const size_t bufsize, in format_verity_table()
236 static bool format_legacy_verity_table(char *buf, const size_t bufsize, in format_legacy_verity_table()
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.cpp94 size_t bufsize; in decode() local
/aosp12/frameworks/native/libs/gui/
H A DBitTube.cpp37 BitTube::BitTube(size_t bufsize) { in BitTube()
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp387 unsigned avail, bufsize; in RecordingThreadEntry() local
776 unsigned avail, xfer, bufsize; in PlaybackThreadEntry() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dscc.h108 unsigned int bufsize; member
134 unsigned int bufsize; member
/aosp12/frameworks/av/media/extractors/midi/
H A DMidiExtractor.cpp215 int bufsize = sizeof(EAS_PCM) in allocateBuffers() local
/aosp12/system/vold/bench/
H A Dbenchgen.py107 bufsize = 1048576 variable
/aosp12/system/tools/mkbootimg/
H A Dmkbootimg.py278 def __init__(self, bufsize): argument
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c170 unsigned bufsize; in play_file() local
H A Darec.c180 unsigned xfer, bufsize; in record_file() local

123