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

/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp343 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; local
344 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
H A DOpenGLRenderer.cpp167 const GLenum attachments[] = { local
170 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1725 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1730 int[] attachments,
1734 // C function void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
1739 java.nio.IntBuffer attachments
1742 // C function void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
1747 int[] attachments,
1755 // C function void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height )
1760 java.nio.IntBuffer attachments,
1727 glInvalidateFramebuffer( int target, int numAttachments, int[] attachments, int offset ) argument
1744 glInvalidateSubFramebuffer( int target, int numAttachments, int[] attachments, int offset, int x, int y, int width, int height ) argument
1757 glInvalidateSubFramebuffer( int target, int numAttachments, java.nio.IntBuffer attachments, int x, int y, int width, int height ) argument
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java725 List<Uri> attachments = extras.getParcelableArrayList(Intent.EXTRA_STREAM);
731 assertEquals("wrong number of attachments (" + attachments + ")",
732 expectedSize, attachments.size());
734 // Need to interact through all attachments, since order is not guaranteed.
737 for (Uri attachment : attachments) {
/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.cpp4931 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4940 GLenum *attachments = (GLenum *) 0; local
4945 _exceptionMessage = "attachments == null";
4957 attachments = attachments_base + offset;
4962 (GLenum *)attachments
4975 /* void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments ) */
4982 GLenum *attachments = (GLenum *) 0; local
4984 attachments = (GLenum *)getPointer(_env, attachments_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4985 if (attachments == NULL) {
4987 attachments
5008 GLenum *attachments = (GLenum *) 0; local
5054 GLenum *attachments = (GLenum *) 0; local
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java921 // create the ClipData object with the attachments URIs.
932 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri);
936 attachments.add(screenshotUri);
939 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments);
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp274 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.h1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1097 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1097 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1097 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1145 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1147 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);

Completed in 727 milliseconds