/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1729 int numAttachments, in glInvalidateFramebuffer() argument 1738 int numAttachments, in glInvalidateFramebuffer() argument 1746 int numAttachments, in glInvalidateSubFramebuffer() argument 1759 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/debug/ |
D | nullgles.cpp | 274 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} in glDiscardFramebufferEXT() argument
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 316 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach… 317 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4934 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() argument 4961 (GLsizei)numAttachments, in android_glInvalidateFramebuffer__II_3II() 4978 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() argument 4991 (GLsizei)numAttachments, in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5002 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() argument 5029 (GLsizei)numAttachments, in android_glInvalidateSubFramebuffer__II_3IIIIII() 5050 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII() argument 5063 (GLsizei)numAttachments, in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.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 | 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/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 | 313 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach… 314 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
|
/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/ |
D | entries.in | 176 GL_ENTRY(void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum *attach… 463 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach… 464 GL_ENTRY(void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *att…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1145 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, … 1147 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const G…
|