/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | MinikinUtils.cpp | 54 size_t bufSize, size_t start, size_t count, in doLayout() 74 const uint16_t* buf, size_t bufSize, minikin::MinikinRect* out) { in getBounds() 87 size_t count, size_t bufSize, float* advances) { in measureText() 100 size_t start, size_t count, size_t bufSize) { in getFontExtent()
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | proto_util.cpp | 36 status_t write_header_section(int fd, const uint8_t* buf, size_t bufSize) { in write_header_section()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES32.java | 313 int bufSize, in glGetDebugMessageLog() 545 int bufSize, in glReadnPixels() 554 int bufSize, in glGetnUniformfv() 564 int bufSize, in glGetnUniformfv() 573 int bufSize, in glGetnUniformiv() 583 int bufSize, in glGetnUniformiv() 592 int bufSize, in glGetnUniformuiv() 602 int bufSize, in glGetnUniformuiv()
|
H A D | GLES30.java | 1341 int bufSize, in glGetActiveUniformBlockName() 1456 int bufSize, in glGetSynciv() 1468 int bufSize, in glGetSynciv() 1698 int bufSize, in glGetProgramBinary() 1710 int bufSize, in glGetProgramBinary() 1802 int bufSize, in glGetInternalformativ() 1813 int bufSize, in glGetInternalformativ()
|
H A D | GLES31.java | 298 int bufSize, in glGetProgramResourceiv() 313 int bufSize, in glGetProgramResourceiv()
|
H A D | GLES31Ext.java | 307 int bufSize, in glGetDebugMessageLogKHR()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES32.cpp | 595 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI() 1012 …his, jint x, jint y, jint width, jint height, jint format, jint type, jint bufSize, jobject data_b… in android_glReadnPixels__IIIIIIILjava_nio_Buffer_2() 1062 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, j… in android_glGetnUniformfv__III_3FI() 1113 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2() 1158 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jin… in android_glGetnUniformiv__III_3II() 1209 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformiv__IIILjava_nio_IntBuffer_2() 1254 …(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jin… in android_glGetnUniformuiv__III_3II() 1305 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) { in android_glGetnUniformuiv__IIILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES30.cpp | 4043 …(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_… in android_glGetActiveUniformBlockName_III_3II_3BI() 4362 …(JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jintArray length_ref, jint len… in android_glGetSynciv__JII_3II_3II() 4428 …(JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jobject length_buf, jobject va… in android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() 5382 …(JNIEnv *_env, jobject _this, jint program, jint bufSize, jintArray length_ref, jint lengthOffset,… in android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2() 5467 …(JNIEnv *_env, jobject _this, jint program, jint bufSize, jobject length_buf, jobject binaryFormat… in android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2() 5789 …(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jintArra… in android_glGetInternalformativ__IIII_3II() 5835 …(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jobject … in android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES31Ext.cpp | 563 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI()
|
H A D | android_opengl_GLES31.cpp | 693 …e, jint index, jint propCount, jintArray props_ref, jint propsOffset, jint bufSize, jintArray leng… in android_glGetProgramResourceiv__IIII_3III_3II_3II() 786 …jint programInterface, jint index, jint propCount, jobject props_buf, jint bufSize, jobject length… in android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ZipUtils.cpp | 114 bool Append(uint8_t* buf, size_t bufSize) override { in Append()
|
H A D | BackupHelpers.cpp | 1203 size_t bufSize = strlen(str)+1; in test_read_header_and_entity() local
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarFile.java | 254 int bufSize = Math.max(1024, (int) Math.min(ze.getSize(), 65535L)); in getZipInputStream() local
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsHistory.java | 606 int bufSize = p.readInt(); in getNextParcel() local 626 final int bufSize = p.readInt(); in getNextParcel() local 1903 int bufSize = in.readInt(); in readHistoryBuffer() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Paint.cpp | 501 const jchar buf[], jint start, jint count, jint bufSize, in doRunAdvance() 554 jint start, jint count, jint bufSize, jboolean isRtl, jfloat advance) { in doOffsetForAdvance() 607 jint count, jint bufSize, jboolean isRtl, jobject fmi) { in doFontExtent()
|