Searched refs:attachments (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java143 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri, screenshotUri);
144 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments);
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp342 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; local
343 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
H A DOpenGLRenderer.cpp176 const GLenum attachments[] = { local
179 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1710 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1715 int[] attachments,
1719 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1724 java.nio.IntBuffer attachments
1727 // C function void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
1732 int[] attachments,
1740 // C function void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
1745 java.nio.IntBuffer attachments,
1712 glInvalidateFramebuffer( int target, int numAttachments, int[] attachments, int offset ) argument
1729 glInvalidateSubFramebuffer( int target, int numAttachments, int[] attachments, int offset, int x, int y, int width, int height ) argument
1742 glInvalidateSubFramebuffer( int target, int numAttachments, java.nio.IntBuffer attachments, int x, int y, int width, int height ) argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
107 void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4925 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4934 GLenum *attachments = (GLenum *) 0; local
4939 _exceptionMessage = "attachments == null";
4951 attachments = attachments_base + offset;
4956 (GLenum *)attachments
4969 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4976 GLenum *attachments = (GLenum *) 0; local
4978 attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4979 if (attachments == NULL) {
4981 attachments
5002 GLenum *attachments = (GLenum *) 0; local
5048 GLenum *attachments = (GLenum *) 0; local
[all...]
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp263 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} argument
/frameworks/native/opengl/include/GLES/
H A Dglext.h1027 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1029 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h265 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments);
266 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height);
405 void GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments);
H A Dgltrace_api.cpp10076 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments) { argument
10094 // copy argument attachments
10098 arg_attachments->add_int64value((uintptr_t)attachments);
10103 glContext->hooks->gl.glInvalidateFramebuffer(target, numAttachments, attachments);
10108 (void *) attachments,
10117 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) { argument
10135 // copy argument attachments
10139 arg_attachments->add_int64value((uintptr_t)attachments);
10168 glContext->hooks->gl.glInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
10173 (void *) attachments,
16508 GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments) argument
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h757 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
759 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);

Completed in 281 milliseconds