Home
last modified time | relevance | path

Searched refs:attachments (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java132 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri, screenshotUri); in buildSendIntent() local
133 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments); in buildSendIntent()
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1715 int[] attachments, in glInvalidateFramebuffer() argument
1724 java.nio.IntBuffer attachments in glInvalidateFramebuffer() argument
1732 int[] attachments, in glInvalidateSubFramebuffer() argument
1745 java.nio.IntBuffer attachments, in glInvalidateSubFramebuffer() argument
/frameworks/base/libs/hwui/
DLayerRenderer.cpp346 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; in flushLayer() local
347 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments); in flushLayer()
DOpenGLRenderer.cpp246 const GLenum attachments[] = { in discardFramebuffer() local
249 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments); in discardFramebuffer()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp4814 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__II_3II() local
4831 attachments = attachments_base + offset; in android_glInvalidateFramebuffer__II_3II()
4836 (GLenum *)attachments in android_glInvalidateFramebuffer__II_3II()
4856 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() local
4858 attachments = (GLenum *)getPointer(_env, attachments_buf, &_array, &_remaining, &_bufferOffset); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
4859 if (attachments == NULL) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
4861 attachments = (GLenum *) (_attachmentsBase + _bufferOffset); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
4866 (GLenum *)attachments in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
4869 releasePointer(_env, _array, attachments, JNI_FALSE); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
4882 GLenum *attachments = (GLenum *) 0; in android_glInvalidateSubFramebuffer__II_3IIIIII() local
[all …]
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
107 void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments,…
/frameworks/base/docs/html/distribute/engage/
Deasy-signin.jd77 content</a> to the Google+ stream, including text, photos, URL attachments,
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in724 …ENTRY(glInvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments) {
725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments);
727 …eSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint…
728 … CALL_GL_API(glInvalidateSubFramebuffer, target, numAttachments, attachments, x, y, width, height);
Dgl2ext_api.in193 …ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments) {
194 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in385 …ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments) {
386 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/frameworks/native/opengl/libs/
Dtrace.in142 …t GLenum * attachments), (target, numAttachments, attachments), 3, "GLenum", target, "GLsizei", nu…
368 …t GLenum * attachments), (target, numAttachments, attachments), 3, "GLenum", target, "GLsizei", nu…
369attachments, GLint x, GLint y, GLsizei width, GLsizei height), (target, numAttachments, attachment…
Dentries.in142 …Y(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum * attachments)
368 …Y(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum * attachments)
369 …eSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint…
/frameworks/native/opengl/include/GLES/
Dglext.h1027 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1029 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/frameworks/native/opengl/include/GLES3/
Dgl3.h928 …PIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
929 …teSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
Dgl31.h928 …PIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
929 …teSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
/frameworks/base/docs/html/about/versions/
Dandroid-1.1.jd187 <li>Adds support for saving attachments from MMS</li>
Dandroid-3.0-highlights.jd146 …n from the Action Bar, such as moving them to a folder. Users can sync attachments for later viewi…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h265 …GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments);
266 …teSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint…
405 …GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments);
Dgltrace_api.cpp10076 …LTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments) { in GLTrace_glInvalidateFramebuffer() argument
10098 arg_attachments->add_int64value((uintptr_t)attachments); in GLTrace_glInvalidateFramebuffer()
10103 glContext->hooks->gl.glInvalidateFramebuffer(target, numAttachments, attachments); in GLTrace_glInvalidateFramebuffer()
10108 (void *) attachments, in GLTrace_glInvalidateFramebuffer()
10117 …teSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint… in GLTrace_glInvalidateSubFramebuffer() argument
10139 arg_attachments->add_int64value((uintptr_t)attachments); in GLTrace_glInvalidateSubFramebuffer()
10168 …glContext->hooks->gl.glInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, … in GLTrace_glInvalidateSubFramebuffer()
10173 (void *) attachments, in GLTrace_glInvalidateSubFramebuffer()
16508 …LTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments) { in GLTrace_glDiscardFramebufferEXT() argument
16530 arg_attachments->add_int64value((uintptr_t)attachments); in GLTrace_glDiscardFramebufferEXT()
[all …]
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd295 the issue. Note that issues (including attachments) are publicly
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h757 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
759 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/frameworks/base/docs/html/guide/components/
Dintents-common.jd44 <li><a href="#ComposeEmail">Compose an email with optional attachments</a></li>
1013 <h3 id="ComposeEmail">Compose an email with optional attachments</h3>
1015 <p>To compose an email, use one of the below actions based on whether you'll include attachments,
1022 {@link android.content.Intent#ACTION_SEND_MULTIPLE} (for multiple attachments)</dd>
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd407 A typical example is attachments in a mail application. Access to the mail
/frameworks/base/docs/html/tools/adk/
Dadk.jd116 through the use of attachments called "shields." Custom firmware, written in C++, is installed
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd1004 want to allow an outside image viewer application to display photo attachments from your

12