/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 138 final ArrayList<Uri> attachments = Lists.newArrayList(dumpUri); in getIntent() local 141 attachments.add(hprofUri); in getIntent() 144 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments); in getIntent()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1738 int[] attachments, in glInvalidateFramebuffer() argument 1747 java.nio.IntBuffer attachments in glInvalidateFramebuffer() argument 1755 int[] attachments, in glInvalidateSubFramebuffer() argument 1768 java.nio.IntBuffer attachments, in glInvalidateSubFramebuffer() argument
|
/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/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 820 List<Uri> attachments = extras.getParcelableArrayList(Intent.EXTRA_STREAM); in assertActionSendMultiple() local 826 assertEquals("wrong number of attachments (" + attachments + ")", in assertActionSendMultiple() 827 expectedSize, attachments.size()); in assertActionSendMultiple() 832 for (Uri attachment : attachments) { in assertActionSendMultiple()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 5594 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__II_3II() local 5611 attachments = attachments_base + offset; in android_glInvalidateFramebuffer__II_3II() 5616 (GLenum *)attachments in android_glInvalidateFramebuffer__II_3II() 5639 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() local 5647 …attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferO… in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5648 if (attachments == NULL) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5650 attachments = (GLenum *) (_attachmentsBase + _bufferOffset); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5655 (GLenum *)attachments in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5660 _env->ReleaseIntArrayElements(_array, (jint*)attachments, JNI_ABORT); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5676 GLenum *attachments = (GLenum *) 0; in android_glInvalidateSubFramebuffer__II_3IIIIII() local [all …]
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 325 …_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attachments) { 326 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1094 …PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1095 …FRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint… 1199 …PIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1200 …teSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
|
D | gl31.h | 1096 …PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1097 …FRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint… 1201 …PIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1202 …teSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
|
D | gl32.h | 1096 …PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1097 …FRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint… 1201 …PIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1202 …teSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
|
/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 …teSubFramebuffer)(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 | 358 …_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attachments) { 359 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1116 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri); in buildSendIntent() local 1121 attachments.add(screenshotUri); in buildSendIntent() 1124 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments); in buildSendIntent()
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 609 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 611 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
|
/frameworks/native/opengl/libs/ |
D | entries_gles1.in | 63 …RY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attachments)
|
D | entries.in | 188 …RY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attachments) 500 …RY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attachments) 501 …teSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1238 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1240 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
|