Searched refs:numAttachments (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dfbobject.h337 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments,
342 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
348 GLsizei numAttachments,
353 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments,
357 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments,
362 GLsizei numAttachments,
366 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
H A Dfbobject.c4525 GLsizei numAttachments,
4533 * "An INVALID_VALUE error is generated if numAttachments, width, or
4536 if (numAttachments < 0) {
4538 "%s(numAttachments < 0)", name);
4569 for (i = 0; i < numAttachments; i++) {
4693 GLsizei numAttachments, const GLenum *attachments)
4698 for (int i = 0; i < numAttachments; i++) {
4717 for (int j = 0; j < numAttachments; j++) {
4733 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, argument
4742 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, argument
4523 invalidate_framebuffer_storage(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height,const char * name) argument
4692 discard_framebuffer(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei numAttachments,const GLenum * attachments) argument
4764 _mesa_InvalidateNamedFramebufferSubData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
4792 _mesa_InvalidateFramebuffer_no_error(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
4807 _mesa_InvalidateFramebuffer(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
4844 _mesa_InvalidateNamedFramebufferData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments) argument
4885 _mesa_DiscardFramebufferEXT(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dfbobject.h389 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments,
394 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments,
400 GLsizei numAttachments,
405 _mesa_InvalidateFramebuffer_no_error(GLenum target, GLsizei numAttachments,
409 _mesa_InvalidateFramebuffer(GLenum target, GLsizei numAttachments,
414 GLsizei numAttachments,
418 _mesa_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments,
H A Dfbobject.c5024 GLsizei numAttachments,
5032 * "An INVALID_VALUE error is generated if numAttachments, width, or
5035 if (numAttachments < 0) {
5037 "%s(numAttachments < 0)", name);
5068 for (i = 0; i < numAttachments; i++) {
5193 GLsizei numAttachments, const GLenum *attachments)
5198 for (int i = 0; i < numAttachments; i++) {
5217 for (int j = 0; j < numAttachments; j++) {
5234 _mesa_InvalidateSubFramebuffer_no_error(GLenum target, GLsizei numAttachments, argument
5243 _mesa_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, argument
5022 invalidate_framebuffer_storage(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height,const char * name) argument
5192 discard_framebuffer(struct gl_context * ctx,struct gl_framebuffer * fb,GLsizei numAttachments,const GLenum * attachments) argument
5265 _mesa_InvalidateNamedFramebufferSubData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
5293 _mesa_InvalidateFramebuffer_no_error(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
5308 _mesa_InvalidateFramebuffer(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
5345 _mesa_InvalidateNamedFramebufferData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments) argument
5386 _mesa_DiscardFramebufferEXT(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
[all...]
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated4.c3784 GLsizei numAttachments; member in struct:marshal_cmd_InvalidateSubFramebuffer
3789 /* Next safe_mul(numAttachments, 1 * sizeof(GLenum)) bytes are GLenum attachments[numAttachments] */
3795 GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_InvalidateSubFramebuffer
3803 CALL_InvalidateSubFramebuffer(ctx->CurrentServerDispatch, (target, numAttachments, attachments, x, y, width, height));
3807 _mesa_marshal_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
3810 int attachments_size = safe_mul(numAttachments, 1 * sizeof(GLenum));
3815 CALL_InvalidateSubFramebuffer(ctx->CurrentServerDispatch, (target, numAttachments, attachments, x, y, width, height));
3820 cmd->numAttachments
3835 GLsizei numAttachments; member in struct:marshal_cmd_InvalidateFramebuffer
3842 GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_InvalidateFramebuffer
3850 _mesa_marshal_InvalidateFramebuffer(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
5609 GLsizei numAttachments; member in struct:marshal_cmd_InvalidateNamedFramebufferData
5616 GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_InvalidateNamedFramebufferData
5624 _mesa_marshal_InvalidateNamedFramebufferData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments) argument
5648 GLsizei numAttachments; member in struct:marshal_cmd_InvalidateNamedFramebufferSubData
5659 GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_InvalidateNamedFramebufferSubData
5671 _mesa_marshal_InvalidateNamedFramebufferSubData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
[all...]
H A Dmarshal_generated7.c7291 GLsizei numAttachments; member in struct:marshal_cmd_DiscardFramebufferEXT
7292 /* Next safe_mul(numAttachments, 1 * sizeof(GLenum)) bytes are GLenum attachments[numAttachments] */
7298 GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_DiscardFramebufferEXT
7302 CALL_DiscardFramebufferEXT(ctx->CurrentServerDispatch, (target, numAttachments, attachments));
7306 _mesa_marshal_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments) argument
7309 int attachments_size = safe_mul(numAttachments, 1 * sizeof(GLenum));
7314 CALL_DiscardFramebufferEXT(ctx->CurrentServerDispatch, (target, numAttachments, attachments));
7319 cmd->numAttachments
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Dglext.h609 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
611 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/xsrc/external/mit/MesaLib/dist/include/GLES/
H A Dglext.h635 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
637 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/xsrc/external/mit/MesaLib/src/mapi/es2api/
H A Dglapi_mapi_tmp.h204 GLAPI void APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments);
205 GLAPI void APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1712 GLAPI void APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) argument
1716 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);
1719 GLAPI void APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
1723 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, numAttachments, attachments, x, y, width, height);
/xsrc/external/mit/MesaLib.old/dist/include/GLES3/
H A Dgl3.h1094 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1095 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1200 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1097 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h1096 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1097 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1202 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
/xsrc/external/mit/MesaLib/dist/include/GLES3/
H A Dgl3.h1094 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1095 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1200 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h1094 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1095 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1200 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h1094 typedef void (GL_APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1095 typedef void (GL_APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1200 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h999 void APIENTRY shared_dispatch_stub_986(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
1000 void APIENTRY shared_dispatch_stub_987(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1088 void APIENTRY shared_dispatch_stub_1075(GLenum target, GLsizei numAttachments, const GLenum *attachments);
1089 void APIENTRY shared_dispatch_stub_1076(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1110 void APIENTRY shared_dispatch_stub_1097(GLenum target, GLsizei numAttachments, const GLenum *attachments);
7391 static void APIENTRY noopInvalidateNamedFramebufferData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments) argument
7393 (void) framebuffer; (void) numAttachments; (void) attachments;
7397 static void APIENTRY noopInvalidateNamedFramebufferSubData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
7399 (void) framebuffer; (void) numAttachments; (void) attachments; (void) x; (void) y; (void) width; (void) height;
7927 static void APIENTRY noopInvalidateFramebuffer(GLenum target, GLsizei numAttachments, cons argument
7933 noopInvalidateSubFramebuffer(GLenum target,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
8060 noopDiscardFramebufferEXT(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
24450 shared_dispatch_stub_986(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments) argument
24457 shared_dispatch_stub_987(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
25073 shared_dispatch_stub_1075(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
25080 shared_dispatch_stub_1076(GLenum target,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
25227 shared_dispatch_stub_1097(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c26917 GLsizei numAttachments; member in struct:marshal_cmd_InvalidateSubFramebuffer
26922 /* Next safe_mul(numAttachments, 4) bytes are GLenum attachments[numAttachments] */
26928 const GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_InvalidateSubFramebuffer
26936 variable_data += numAttachments * 4;
26937 CALL_InvalidateSubFramebuffer(ctx->CurrentServerDispatch, (target, numAttachments, attachments, x, y, width, height));
26940 _mesa_marshal_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
26943 size_t cmd_size = sizeof(struct marshal_cmd_InvalidateSubFramebuffer) + safe_mul(numAttachments, 4);
26946 if (unlikely(safe_mul(numAttachments,
26976 GLsizei numAttachments; member in struct:marshal_cmd_InvalidateFramebuffer
26983 const GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_InvalidateFramebuffer
26991 _mesa_marshal_InvalidateFramebuffer(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
28460 _mesa_marshal_InvalidateNamedFramebufferData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments) argument
28471 _mesa_marshal_InvalidateNamedFramebufferSubData(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
40429 GLsizei numAttachments; member in struct:marshal_cmd_DiscardFramebufferEXT
40436 const GLsizei numAttachments = cmd->numAttachments; local in function:_mesa_unmarshal_DiscardFramebufferEXT
40444 _mesa_marshal_DiscardFramebufferEXT(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
[all...]
H A Dglapi_mapi_tmp.h1156 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments);
1157 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
9272 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments)
9276 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments)) _func)(target, numAttachments, attachments);
9279 GLAPI void APIENTRY GLAPI_PREFIX(InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
9283 ((void (APIENTRY *)(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)) _func)(target, numAttachments, attachments, x, y, width, height);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglcorearb.h2529 typedef void (APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
2530 typedef void (APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2573 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
2574 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2704 typedef void (APIENTRYP PFNGLINVALIDATENAMEDFRAMEBUFFERDATAPROC) (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
2705 typedef void (APIENTRYP PFNGLINVALIDATENAMEDFRAMEBUFFERSUBDATAPROC) (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2815 GLAPI void APIENTRY glInvalidateNamedFramebufferData (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
2816 GLAPI void APIENTRY glInvalidateNamedFramebufferSubData (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
H A Dglext.h2477 typedef void (APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
2478 typedef void (APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2521 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
2522 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2652 typedef void (APIENTRYP PFNGLINVALIDATENAMEDFRAMEBUFFERDATAPROC) (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
2653 typedef void (APIENTRYP PFNGLINVALIDATENAMEDFRAMEBUFFERSUBDATAPROC) (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2775 GLAPI void APIENTRY glInvalidateNamedFramebufferData (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
2776 GLAPI void APIENTRY glInvalidateNamedFramebufferSubData (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglcorearb.h2492 typedef void (APIENTRYP PFNGLINVALIDATEFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
2493 typedef void (APIENTRYP PFNGLINVALIDATESUBFRAMEBUFFERPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2536 GLAPI void APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments);
2537 GLAPI void APIENTRY glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2667 typedef void (APIENTRYP PFNGLINVALIDATENAMEDFRAMEBUFFERDATAPROC) (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
2668 typedef void (APIENTRYP PFNGLINVALIDATENAMEDFRAMEBUFFERSUBDATAPROC) (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
2778 GLAPI void APIENTRY glInvalidateNamedFramebufferData (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
2779 GLAPI void APIENTRY glInvalidateNamedFramebufferSubData (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h1003 void APIENTRY shared_dispatch_stub_986(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments);
1004 void APIENTRY shared_dispatch_stub_987(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1092 void APIENTRY shared_dispatch_stub_1075(GLenum target, GLsizei numAttachments, const GLenum *attachments);
1093 void APIENTRY shared_dispatch_stub_1076(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height);
1114 void APIENTRY shared_dispatch_stub_1097(GLenum target, GLsizei numAttachments, const GLenum *attachments);
7630 static void APIENTRY noopInvalidateNamedFramebufferData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments) argument
7632 (void) framebuffer; (void) numAttachments; (void) attachments;
7636 static void APIENTRY noopInvalidateNamedFramebufferSubData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) argument
7638 (void) framebuffer; (void) numAttachments; (void) attachments; (void) x; (void) y; (void) width; (void) height;
8166 static void APIENTRY noopInvalidateFramebuffer(GLenum target, GLsizei numAttachments, cons argument
8172 noopInvalidateSubFramebuffer(GLenum target,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
8299 noopDiscardFramebufferEXT(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
27103 shared_dispatch_stub_986(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments) argument
27110 shared_dispatch_stub_987(GLuint framebuffer,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
27726 shared_dispatch_stub_1075(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
27733 shared_dispatch_stub_1076(GLenum target,GLsizei numAttachments,const GLenum * attachments,GLint x,GLint y,GLsizei width,GLsizei height) argument
27880 shared_dispatch_stub_1097(GLenum target,GLsizei numAttachments,const GLenum * attachments) argument
[all...]
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h3727 void GLAPIENTRY _mesa_marshal_InvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height);
3730 void GLAPIENTRY _mesa_marshal_InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachments);
3887 void GLAPIENTRY _mesa_marshal_InvalidateNamedFramebufferData(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments);
3890 void GLAPIENTRY _mesa_marshal_InvalidateNamedFramebufferSubData(GLuint framebuffer, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height);
5499 void GLAPIENTRY _mesa_marshal_DiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments);
/xsrc/external/mit/MesaLib.old/dist/include/GLES2/
H A Dgl2ext.h1254 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1256 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
/xsrc/external/mit/MesaLib/dist/include/GLES2/
H A Dgl2ext.h1275 typedef void (GL_APIENTRYP PFNGLDISCARDFRAMEBUFFEREXTPROC) (GLenum target, GLsizei numAttachments, const GLenum *attachments);
1277 GL_APICALL void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);

Completed in 359 milliseconds

12