/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1714 int numAttachments, in glInvalidateFramebuffer() argument 1723 int numAttachments, in glInvalidateFramebuffer() argument 1731 int numAttachments, in glInvalidateSubFramebuffer() argument 1744 int numAttachments, 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/libs/hwui/tests/ |
D | nullgles.cpp | 263 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} in glDiscardFramebufferEXT() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4928 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() argument 4955 (GLsizei)numAttachments, in android_glInvalidateFramebuffer__II_3II() 4972 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() argument 4985 (GLsizei)numAttachments, in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 4996 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() argument 5023 (GLsizei)numAttachments, in android_glInvalidateSubFramebuffer__II_3IIIIII() 5044 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII() argument 5057 (GLsizei)numAttachments, in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 724 void API_ENTRY(glInvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attac… 725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments); 727 void API_ENTRY(glInvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * at… 728 … CALL_GL_API(glInvalidateSubFramebuffer, target, numAttachments, attachments, x, y, width, height);
|
D | gl2ext_api.in | 193 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attac… 194 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 385 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attac… 386 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/libs/ |
D | trace.in | 142 …t, GLsizei numAttachments, const GLenum * attachments), (target, numAttachments, attachments), 3, … 368 …t, GLsizei numAttachments, const GLenum * attachments), (target, numAttachments, attachments), 3, … 369 …numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height), (tar…
|
D | entries.in | 142 GL_ENTRY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum * attac… 368 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum * attac… 369 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum * at…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G… 929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl31.h | 928 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G… 929 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 1027 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenu… 1029 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, …
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 265 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachme… 266 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attac… 405 void GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachme…
|
D | gltrace_api.cpp | 10076 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachme… in GLTrace_glInvalidateFramebuffer() argument 10092 arg_numAttachments->add_intvalue(numAttachments); in GLTrace_glInvalidateFramebuffer() 10103 glContext->hooks->gl.glInvalidateFramebuffer(target, numAttachments, attachments); in GLTrace_glInvalidateFramebuffer() 10117 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attac… in GLTrace_glInvalidateSubFramebuffer() argument 10133 arg_numAttachments->add_intvalue(numAttachments); in GLTrace_glInvalidateSubFramebuffer() 10168 …glContext->hooks->gl.glInvalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, … in GLTrace_glInvalidateSubFramebuffer() 16508 void GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachme… in GLTrace_glDiscardFramebufferEXT() argument 16524 arg_numAttachments->add_intvalue(numAttachments); in GLTrace_glDiscardFramebufferEXT() 16535 glContext->hooks->gl.glDiscardFramebufferEXT(target, numAttachments, attachments); in GLTrace_glDiscardFramebufferEXT()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 757 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, … 759 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const G…
|