Home
last modified time | relevance | path

Searched refs:numAttachments (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1737 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/
DGLES30.spec106 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/
Dglext_api.in325 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach…
326 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1094 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…
Dgl31.h1096 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…
Dgl32.h1096 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/
DNullGlesDriver.h187 virtual void glDiscardFramebufferEXT_(GLenum target, GLsizei numAttachments, in glDiscardFramebufferEXT_() argument
Dgles_stubs.in724 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);
Dgles_decls.in242 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/
Dandroid_opengl_GLES30.cpp5620 …(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/
Dgl2_api.in724 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);
Dgl2ext_api.in358 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach…
359 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/frameworks/native/opengl/include/GLES/
Dglext.h609 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/
Dentries.in188 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/
Dgl2ext.h1238 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, …
1240 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const G…