Home
last modified time | relevance | path

Searched refs:attachment (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java195 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 DGLES11Ext.java828 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 DGLES20.java723 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 DGLErrorWrapper.java1453 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 DGLLogWrapper.java3555 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 DGLES31Ext.java499 int attachment, in glFramebufferTextureEXT() argument
H A DGLES32.java513 int attachment, in glFramebufferTexture() argument
H A DGLES30.java760 int attachment, in glFramebufferTextureLayer() argument
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java736 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 DGLImpl.java1982 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 DPduComposer.java942 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 DRemoteInputView.java354 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 Dandroid_opengl_GLES11Ext.cpp3027 …(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 Dandroid_opengl_GLES20.cpp1424 …(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 Dandroid_opengl_GLES31Ext.cpp827 (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 Dcom_google_android_gles_jni_GLImpl.cpp7951 …(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 Dandroid_opengl_GLES32.cpp975 (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 Dandroid_opengl_GLES30.cpp1746 …(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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...