/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 195 int attachment, in glFramebufferRenderbufferOES() argument 202 int attachment, in glFramebufferTexture2DOES() argument 236 int attachment, in glGetFramebufferAttachmentParameterivOES() argument 244 int attachment, in glGetFramebufferAttachmentParameterivOES() argument
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 828 int attachment, in glFramebufferRenderbufferOES() argument 837 int attachment, in glFramebufferTexture2DOES() argument 847 int attachment, in glGetFramebufferAttachmentParameterivOES() argument 857 int attachment, in glGetFramebufferAttachmentParameterivOES() argument
|
H A D | GLES20.java | 723 int attachment, in glFramebufferRenderbuffer() argument 732 int attachment, in glFramebufferTexture2D() argument 990 int attachment, in glGetFramebufferAttachmentParameteriv() argument 1000 int attachment, in glGetFramebufferAttachmentParameteriv() argument
|
H A D | GLErrorWrapper.java | 1453 public void glFramebufferRenderbufferOES(int target, int attachment, in glFramebufferRenderbufferOES() argument 1456 …mgl11ExtensionPack.glFramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuff… in glFramebufferRenderbufferOES() 1461 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() argument 1464 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES() 1505 int attachment, int pname, int[] params, int offset) { in glGetFramebufferAttachmentParameterivOES() argument 1507 …mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, off… in glGetFramebufferAttachmentParameterivOES() 1513 int attachment, int pname, IntBuffer params) { in glGetFramebufferAttachmentParameterivOES() argument 1515 … mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params); in glGetFramebufferAttachmentParameterivOES()
|
H A D | GLLogWrapper.java | 3555 public void glFramebufferRenderbufferOES(int target, int attachment, in glFramebufferRenderbufferOES() argument 3559 arg("attachment", attachment); in glFramebufferRenderbufferOES() 3563 …mgl11ExtensionPack.glFramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuff… in glFramebufferRenderbufferOES() 3568 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() argument 3572 arg("attachment", attachment); in glFramebufferTexture2DOES() 3577 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES() 3634 int attachment, int pname, int[] params, int offset) { in glGetFramebufferAttachmentParameterivOES() argument 3637 arg("attachment", attachment); in glGetFramebufferAttachmentParameterivOES() 3648 int attachment, int pname, IntBuffer params) { in glGetFramebufferAttachmentParameterivOES() argument 3651 arg("attachment", attachment); in glGetFramebufferAttachmentParameterivOES() [all …]
|
H A D | GLES31Ext.java | 499 int attachment, in glFramebufferTextureEXT() argument
|
H A D | GLES32.java | 513 int attachment, in glFramebufferTexture() argument
|
H A D | GLES30.java | 760 int attachment, in glFramebufferTextureLayer() argument
|
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | BugreportReceiverTest.java | 736 for (Uri attachment : attachments) { in assertActionSendMultiple() 737 if (attachment.getPath().endsWith(".zip")) { in assertActionSendMultiple() 738 zipUri = attachment; in assertActionSendMultiple() 740 if (attachment.getPath().endsWith(".png")) { in assertActionSendMultiple() 741 screenshotUris.add(attachment); in assertActionSendMultiple()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1982 int attachment, in glFramebufferRenderbufferOES() argument 1991 int attachment, in glFramebufferTexture2DOES() argument 2037 int attachment, in glGetFramebufferAttachmentParameterivOES() argument 2047 int attachment, in glGetFramebufferAttachmentParameterivOES() argument
|
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduComposer.java | 942 PositionMarker attachment = mStack.mark(); in makeMessageBody() local 1018 int headerLength = attachment.getLength(); in makeMessageBody() 1053 if (dataLength != (attachment.getLength() - headerLength)) { in makeMessageBody()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 354 View attachment = findViewById(R.id.remote_input_content_container); in setAttachment() local 358 attachment.setVisibility(GONE); in setAttachment() 363 attachment.setVisibility(GONE); in setAttachment() 365 attachment.setVisibility(VISIBLE); in setAttachment()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 3027 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbufferOES__IIII() argument 3030 (GLenum)attachment, in android_glFramebufferRenderbufferOES__IIII() 3039 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2DOES__IIIII() argument 3042 (GLenum)attachment, in android_glFramebufferTexture2DOES__IIIII() 3052 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameterivOES__III_3II() argument 3085 (GLenum)attachment, in android_glGetFramebufferAttachmentParameterivOES__III_3II() 3103 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2() argument 3131 (GLenum)attachment, in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES20.cpp | 1424 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbuffer__IIII() argument 1427 (GLenum)attachment, in android_glFramebufferRenderbuffer__IIII() 1436 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2D__IIIII() argument 1439 (GLenum)attachment, in android_glFramebufferTexture2D__IIIII() 2794 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameteriv__III_3II() argument 2821 (GLenum)attachment, in android_glGetFramebufferAttachmentParameteriv__III_3II() 2839 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2() argument 2861 (GLenum)attachment, in android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES31Ext.cpp | 827 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) { in android_glFramebufferTextureEXT__IIII() argument 830 (GLenum)attachment, in android_glFramebufferTextureEXT__IIII()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 7951 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbu… in android_glFramebufferRenderbufferOES__IIII() argument 7959 (GLint)attachment, in android_glFramebufferRenderbufferOES__IIII() 7968 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint lev… in android_glFramebufferTexture2DOES__IIIII() argument 7976 (GLint)attachment, in android_glFramebufferTexture2DOES__IIIII() 8204 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint… in android_glGetFramebufferAttachmentParameterivOES__III_3II() argument 8236 (GLint)attachment, in android_glGetFramebufferAttachmentParameterivOES__III_3II() 8254 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) { in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2() argument 8281 (GLint)attachment, in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES32.cpp | 975 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) { in android_glFramebufferTexture__IIII() argument 978 (GLenum)attachment, in android_glFramebufferTexture__IIII()
|
H A D | android_opengl_GLES30.cpp | 1746 …(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) { in android_glFramebufferTextureLayer__IIIII() argument 1749 (GLenum)attachment, in android_glFramebufferTextureLayer__IIIII()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |