Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java127 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/
DGLES30.java1738 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/
DGLES30.spec106 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/
DBugreportReceiverTest.java818 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/
Dandroid_opengl_GLES30.cpp5627 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
5680attachments = (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/
Dglext_api.in316 …_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/
DBugreportProgressService.java914 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/
Dgl3.h1096 …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…
Dgl31.h1096 …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…
Dgl32.h1096 …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/
DNullGlesDriver.h154 …iscardFramebufferEXT_(GLenum target, GLsizei numAttachments, const GLenum *attachments) override {} in glDiscardFramebufferEXT_() argument
Dgles_stubs.in724 …_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);
Dgles_decls.in242 …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/
Dgl2_api.in724 …_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);
Dgl2ext_api.in313 …_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attachments) {
314 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/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/libs/
Dentries.in176 …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/
Dgl2ext.h1145 …PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1147 …PIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/frameworks/native/vulkan/api/
Dvulkan.api3047 … 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