/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportReceiver.java | 132 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/ |
D | GLES30.java | 1715 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/ |
D | LayerRenderer.cpp | 346 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; in flushLayer() local 347 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments); in flushLayer()
|
D | OpenGLRenderer.cpp | 246 const GLenum attachments[] = { in discardFramebuffer() local 249 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments); in discardFramebuffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4814 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/ |
D | GLES30.spec | 106 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/ |
D | easy-signin.jd | 77 content</a> to the Google+ stream, including text, photos, URL attachments,
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 724 …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);
|
D | gl2ext_api.in | 193 …ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments) { 194 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 385 …ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments) { 386 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/libs/ |
D | trace.in | 142 …t GLenum * attachments), (target, numAttachments, attachments), 3, "GLenum", target, "GLsizei", nu… 368 …t GLenum * attachments), (target, numAttachments, attachments), 3, "GLenum", target, "GLsizei", nu… 369 …attachments, GLint x, GLint y, GLsizei width, GLsizei height), (target, numAttachments, attachment…
|
D | entries.in | 142 …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/ |
D | glext.h | 1027 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1029 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 928 …PIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments); 929 …teSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
|
D | gl31.h | 928 …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/ |
D | android-1.1.jd | 187 <li>Adds support for saving attachments from MMS</li>
|
D | android-3.0-highlights.jd | 146 …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/ |
D | gltrace_api.h | 265 …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);
|
D | gltrace_api.cpp | 10076 …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/ |
D | verifying-apps-art.jd | 295 the issue. Note that issues (including attachments) are publicly
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 757 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 759 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 44 <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/ |
D | permissions.jd | 407 A typical example is attachments in a mail application. Access to the mail
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 116 through the use of attachments called "shields." Custom firmware, written in C++, is installed
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 1004 want to allow an outside image viewer application to display photo attachments from your
|