/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1737 int numAttachments, in glInvalidateFramebuffer() argument 1746 int numAttachments, in glInvalidateFramebuffer() argument 1754 int numAttachments, in glInvalidateSubFramebuffer() argument 1767 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/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 325 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach… 326 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1094 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, … 1095 …APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum … 1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G… 1200 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl31.h | 1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, … 1097 …APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum … 1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G… 1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
D | gl32.h | 1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, … 1097 …APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum … 1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G… 1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, cons…
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.h | 187 virtual void glDiscardFramebufferEXT_(GLenum target, GLsizei numAttachments, in glDiscardFramebufferEXT_() argument
|
D | gles_stubs.in | 724 void API_ENTRY(glInvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attach… 725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments); 727 void API_ENTRY(glInvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *att… 728 … CALL_GL_API(glInvalidateSubFramebuffer, target, numAttachments, attachments, x, y, width, height); 1303 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach… 1304 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
D | gles_decls.in | 242 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach… 243 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att… 435 GL_ENTRY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attach…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 5620 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() argument 5647 (GLsizei)numAttachments, in android_glInvalidateFramebuffer__II_3II() 5664 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() argument 5686 (GLsizei)numAttachments, in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5702 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() argument 5729 (GLsizei)numAttachments, in android_glInvalidateSubFramebuffer__II_3IIIIII() 5750 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII() argument 5772 (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 *attach… 725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments); 727 void API_ENTRY(glInvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *att… 728 … CALL_GL_API(glInvalidateSubFramebuffer, target, numAttachments, attachments, x, y, width, height);
|
D | gl2ext_api.in | 358 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach… 359 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 609 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, … 611 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenu…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 188 GL_ENTRY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attach… 500 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach… 501 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1238 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, … 1240 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const G…
|