Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1729 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/
DGLES30.spec106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
107 void glInvalidateSubFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments,…
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp274 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} in glDiscardFramebufferEXT() argument
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in316 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach…
317 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp4934 …(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/
Dgl3.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…
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/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.in313 void API_ENTRY(glDiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum *attach…
314 CALL_GL_API(glDiscardFramebufferEXT, target, numAttachments, attachments);
/frameworks/native/opengl/include/GLES/
Dglext.h1027 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/
Dentries.in176 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/
Dgl2ext.h1145 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, …
1147 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const G…