/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 127 final ArrayList<Uri> attachments = Lists.newArrayList(dumpUri); in getIntent() local 130 attachments.add(hprofUri); in getIntent() 133 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 | 818 List<Uri> attachments = extras.getParcelableArrayList(Intent.EXTRA_STREAM); in assertActionSendMultiple() local 824 assertEquals("wrong number of attachments (" + attachments + ")", in assertActionSendMultiple() 825 expectedSize, attachments.size()); in assertActionSendMultiple() 830 for (Uri attachment : attachments) { in assertActionSendMultiple()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 5627 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__II_3II() local 5644 attachments = attachments_base + offset; in android_glInvalidateFramebuffer__II_3II() 5649 (GLenum *)attachments in android_glInvalidateFramebuffer__II_3II() 5672 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() local 5680 …attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferO… in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5681 if (attachments == NULL) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5683 attachments = (GLenum *) (_attachmentsBase + _bufferOffset); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5688 (GLenum *)attachments in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5693 _env->ReleaseIntArrayElements(_array, (jint*)attachments, JNI_ABORT); in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5709 GLenum *attachments = (GLenum *) 0; in android_glInvalidateSubFramebuffer__II_3IIIIII() local [all …]
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 316 …_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attachments) { 317 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 914 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri); in buildSendIntent() local 919 attachments.add(screenshotUri); in buildSendIntent() 922 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments); in buildSendIntent()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.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 | 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/base/libs/hwui/debug/ |
D | NullGlesDriver.h | 154 …iscardFramebufferEXT_(GLenum target, GLsizei numAttachments, const GLenum *attachments) override {} in glDiscardFramebufferEXT_() argument
|
D | gles_stubs.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); 1306 …_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attachments) { 1307 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
D | gles_decls.in | 242 …RY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attachments) 243 …teSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint… 436 …RY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *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 …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 | 313 …_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attachments) { 314 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/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/libs/ |
D | entries.in | 176 …RY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attachments) 463 …RY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attachments) 464 …teSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1145 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments); 1147 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3047 … maxFragmentOutputAttachments /// max num of output attachments written in frag… 3048 … maxFragmentDualSrcAttachments /// max num of output attachments written when us… 3091 … maxColorAttachments /// max num of framebuffer color attachments
|