| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_varray.c | 400 GLuint relativeoffset) 409 vao->Attrib[i].RelativeOffset = relativeoffset; 414 GLint size, GLenum type, GLuint relativeoffset) 419 relativeoffset); 425 GLuint relativeoffset) 431 attrib_format(glthread, vao, attribindex, size, type, relativeoffset); 398 attrib_format(struct glthread_state * glthread,struct glthread_vao * vao,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 413 _mesa_glthread_AttribFormat(struct gl_context * ctx,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 423 _mesa_glthread_DSAAttribFormat(struct gl_context * ctx,GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument
|
| H A D | glthread.h | 274 GLint size, GLenum type, GLuint relativeoffset); 277 GLuint relativeoffset);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated4.c | 3163 GLuint relativeoffset; member in struct:marshal_cmd_VertexAttribFormat 3172 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexAttribFormat 3173 CALL_VertexAttribFormat(ctx->CurrentServerDispatch, (attribindex, size, type, normalized, relativeoffset)); 3179 _mesa_marshal_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument 3189 cmd->relativeoffset = relativeoffset; 3190 if (COMPAT) _mesa_glthread_AttribFormat(ctx, attribindex, size, type, relativeoffset); 3201 GLuint relativeoffset; member in struct:marshal_cmd_VertexAttribIFormat 3209 GLuint relativeoffset local in function:_mesa_unmarshal_VertexAttribIFormat 3216 _mesa_marshal_VertexAttribIFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 3237 GLuint relativeoffset; member in struct:marshal_cmd_VertexAttribLFormat 3245 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexAttribLFormat 3252 _mesa_marshal_VertexAttribLFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 3374 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayVertexAttribFormatEXT 3384 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayVertexAttribFormatEXT 3391 _mesa_marshal_VertexArrayVertexAttribFormatEXT(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 3415 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayVertexAttribIFormatEXT 3424 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayVertexAttribIFormatEXT 3431 _mesa_marshal_VertexArrayVertexAttribIFormatEXT(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 3454 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayVertexAttribLFormatEXT 3463 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayVertexAttribLFormatEXT 3470 _mesa_marshal_VertexArrayVertexAttribLFormatEXT(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7415 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayAttribFormat 7425 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayAttribFormat 7432 _mesa_marshal_VertexArrayAttribFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 7456 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayAttribIFormat 7465 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayAttribIFormat 7472 _mesa_marshal_VertexArrayAttribIFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7495 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayAttribLFormat 7504 GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayAttribLFormat 7511 _mesa_marshal_VertexArrayAttribLFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument [all...] |
| H A D | glapi_mapi_tmp.h | 1128 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1129 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1130 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9082 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) 9086 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)) _func)(attribindex, size, type, normalized, relativeoffset); 9089 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) 9093 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset); 9096 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glcorearb.h | 2545 typedef void (APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2546 typedef void (APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2547 typedef void (APIENTRYP PFNGLVERTEXATTRIBLFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2589 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2590 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2591 GLAPI void APIENTRY glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2758 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2759 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBIFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2760 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBLFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2869 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); [all...] |
| H A D | glext.h | 2493 typedef void (APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2494 typedef void (APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2495 typedef void (APIENTRYP PFNGLVERTEXATTRIBLFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2537 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2538 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2539 GLAPI void APIENTRY glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2706 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2707 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBIFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2708 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBLFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2829 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glcorearb.h | 2508 typedef void (APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2509 typedef void (APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2510 typedef void (APIENTRYP PFNGLVERTEXATTRIBLFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2552 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2553 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2554 GLAPI void APIENTRY glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2721 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2722 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBIFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2723 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBLFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2832 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); [all...] |
| H A D | glext.h | 2457 typedef void (APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2458 typedef void (APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2459 typedef void (APIENTRYP PFNGLVERTEXATTRIBLFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2501 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2502 GLAPI void APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2503 GLAPI void APIENTRY glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2670 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 2671 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBIFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2672 typedef void (APIENTRYP PFNGLVERTEXARRAYATTRIBLFORMATPROC) (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2793 GLAPI void APIENTRY glVertexArrayAttribFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); [all...] |
| /xsrc/external/mit/MesaLib/src/mapi/es2api/ |
| H A D | glapi_mapi_tmp.h | 360 GLAPI void APIENTRY glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 365 GLAPI void APIENTRY glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 2804 GLAPI void APIENTRY glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument 2808 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)) _func)(attribindex, size, type, normalized, relativeoffset); 2839 GLAPI void APIENTRY glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument 2843 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES3/ |
| H A D | gl31.h | 1448 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1449 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
| H A D | gl32.h | 1448 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1449 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES3/ |
| H A D | gl31.h | 1446 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1447 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1515 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1516 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
| H A D | gl32.h | 1446 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1447 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBIFORMATPROC) (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1515 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1516 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/ |
| H A D | shared-glapi_glapi_mapi_tmp.h | 897 void APIENTRY shared_dispatch_stub_884(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 898 void APIENTRY shared_dispatch_stub_885(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 899 void APIENTRY shared_dispatch_stub_886(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1035 void APIENTRY shared_dispatch_stub_1022(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1036 void APIENTRY shared_dispatch_stub_1023(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1037 void APIENTRY shared_dispatch_stub_1024(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 6770 static void APIENTRY noopVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument 6772 (void) attribindex; (void) size; (void) type; (void) normalized; (void) relativeoffset; 6776 static void APIENTRY noopVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument 6778 (void) attribindex; (void) size; (void) type; (void) relativeoffset; 6782 noopVertexAttribLFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7610 noopVertexArrayAttribFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 7616 noopVertexArrayAttribIFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7622 noopVertexArrayAttribLFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 23736 shared_dispatch_stub_884(GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 23743 shared_dispatch_stub_885(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 23750 shared_dispatch_stub_886(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 24702 shared_dispatch_stub_1022(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 24709 shared_dispatch_stub_1023(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 24716 shared_dispatch_stub_1024(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument [all...] |
| /xsrc/external/mit/MesaLib/src/mapi/shared-glapi/ |
| H A D | glapi_mapi_tmp.h | 901 void APIENTRY shared_dispatch_stub_884(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 902 void APIENTRY shared_dispatch_stub_885(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 903 void APIENTRY shared_dispatch_stub_886(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1039 void APIENTRY shared_dispatch_stub_1022(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1040 void APIENTRY shared_dispatch_stub_1023(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1041 void APIENTRY shared_dispatch_stub_1024(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1610 void APIENTRY shared_dispatch_stub_1593(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1611 void APIENTRY shared_dispatch_stub_1594(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1612 void APIENTRY shared_dispatch_stub_1595(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 7009 static void APIENTRY noopVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument 7015 noopVertexAttribIFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7021 noopVertexAttribLFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7849 noopVertexArrayAttribFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 7855 noopVertexArrayAttribIFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 7861 noopVertexArrayAttribLFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 11281 noopVertexArrayVertexAttribFormatEXT(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 11287 noopVertexArrayVertexAttribIFormatEXT(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 11293 noopVertexArrayVertexAttribLFormatEXT(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 26389 shared_dispatch_stub_884(GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 26396 shared_dispatch_stub_885(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 26403 shared_dispatch_stub_886(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 27355 shared_dispatch_stub_1022(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 27362 shared_dispatch_stub_1023(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 27369 shared_dispatch_stub_1024(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 31352 shared_dispatch_stub_1593(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 31359 shared_dispatch_stub_1594(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 31366 shared_dispatch_stub_1595(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument [all...] |
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | marshal_generated.c | 26506 GLuint relativeoffset; member in struct:marshal_cmd_VertexAttribFormat 26515 const GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexAttribFormat 26516 CALL_VertexAttribFormat(ctx->CurrentServerDispatch, (attribindex, size, type, normalized, relativeoffset)); 26519 _mesa_marshal_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument 26531 cmd->relativeoffset = relativeoffset; 26538 CALL_VertexAttribFormat(ctx->CurrentServerDispatch, (attribindex, size, type, normalized, relativeoffset)); 26549 GLuint relativeoffset; member in struct:marshal_cmd_VertexAttribIFormat 26557 const GLuint relativeoffset local in function:_mesa_unmarshal_VertexAttribIFormat 26561 _mesa_marshal_VertexAttribIFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 26590 GLuint relativeoffset; member in struct:marshal_cmd_VertexAttribLFormat 26598 const GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexAttribLFormat 26602 _mesa_marshal_VertexAttribLFormat(GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 29761 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayAttribFormat 29771 const GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayAttribFormat 29775 _mesa_marshal_VertexArrayAttribFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLboolean normalized,GLuint relativeoffset) argument 29807 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayAttribIFormat 29816 const GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayAttribIFormat 29820 _mesa_marshal_VertexArrayAttribIFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument 29851 GLuint relativeoffset; member in struct:marshal_cmd_VertexArrayAttribLFormat 29860 const GLuint relativeoffset = cmd->relativeoffset; local in function:_mesa_unmarshal_VertexArrayAttribLFormat 29864 _mesa_marshal_VertexArrayAttribLFormat(GLuint vaobj,GLuint attribindex,GLint size,GLenum type,GLuint relativeoffset) argument [all...] |
| H A D | glapi_mapi_tmp.h | 1129 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 1130 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 1131 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9083 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) 9087 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)) _func)(attribindex, size, type, normalized, relativeoffset); 9090 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) 9094 ((void (APIENTRY *)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)) _func)(attribindex, size, type, relativeoffset); 9097 GLAPI void APIENTRY GLAPI_PREFIX(VertexAttribLFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | marshal_generated.h | 3673 void GLAPIENTRY _mesa_marshal_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 3676 void GLAPIENTRY _mesa_marshal_VertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 3679 void GLAPIENTRY _mesa_marshal_VertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 3691 void GLAPIENTRY _mesa_marshal_VertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 3694 void GLAPIENTRY _mesa_marshal_VertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 3697 void GLAPIENTRY _mesa_marshal_VertexArrayVertexAttribLFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 4020 void GLAPIENTRY _mesa_marshal_VertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 4023 void GLAPIENTRY _mesa_marshal_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 4026 void GLAPIENTRY _mesa_marshal_VertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 9729 typedef void (GLAPIENTRY *PFNGLVERTEXARRAYATTRIBFORMATPROC)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 9730 typedef void (GLAPIENTRY *PFNGLVERTEXARRAYATTRIBIFORMATPROC)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9731 typedef void (GLAPIENTRY *PFNGLVERTEXARRAYATTRIBLFORMATPROC)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9748 typedef void (GLAPIENTRY *PFNGLVERTEXARRAYVERTEXATTRIBFORMATEXTPROC)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 9749 typedef void (GLAPIENTRY *PFNGLVERTEXARRAYVERTEXATTRIBIFORMATEXTPROC)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9751 typedef void (GLAPIENTRY *PFNGLVERTEXARRAYVERTEXATTRIBLFORMATEXTPROC)(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9871 typedef void (GLAPIENTRY *PFNGLVERTEXATTRIBFORMATPROC)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 9913 typedef void (GLAPIENTRY *PFNGLVERTEXATTRIBIFORMATPROC)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); 9951 typedef void (GLAPIENTRY *PFNGLVERTEXATTRIBLFORMATPROC)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); [all...] |
| H A D | gl_generated_dispatch.c | [all...] |