| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shaderapi.h | 396 GLint stringlen, const GLchar *string); 410 GLint *stringlen, GLchar *string);
|
| H A D | shaderapi.c | 3546 GLint stringlen, const GLchar *string) 3557 char *string_cp = copy_string(ctx, string, stringlen, caller); 3725 GLint *stringlen, GLchar *string) 3746 *stringlen = size; 3545 _mesa_NamedStringARB(GLenum type,GLint namelen,const GLchar * name,GLint stringlen,const GLchar * string) argument 3724 _mesa_GetNamedStringARB(GLint namelen,const GLchar * name,GLsizei bufSize,GLint * stringlen,GLchar * string) argument
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated3.c | 3340 GLint stringlen; member in struct:marshal_cmd_NamedStringARB 3342 /* Next stringlen bytes are GLchar string[stringlen] */ 3349 GLint stringlen = cmd->stringlen; local in function:_mesa_unmarshal_NamedStringARB 3356 CALL_NamedStringARB(ctx->CurrentServerDispatch, (type, namelen, name, stringlen, string)); 3360 _mesa_marshal_NamedStringARB(GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string) argument 3364 int string_size = stringlen; 3369 CALL_NamedStringARB(ctx->CurrentServerDispatch, (type, namelen, name, stringlen, string)); 3375 cmd->stringlen 3441 _mesa_marshal_GetNamedStringARB(GLint namelen,const GLchar * name,GLsizei bufSize,GLint * stringlen,GLchar * string) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glcorearb.h | 3607 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3611 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3614 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3618 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
| H A D | glext.h | 4260 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4264 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4267 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4271 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glcorearb.h | 3589 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3593 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3596 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3600 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
| H A D | glext.h | 4243 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4247 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4250 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4254 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
| /xsrc/external/mit/MesaLib/src/mapi/shared-glapi/ |
| H A D | glapi_mapi_tmp.h | 1616 void APIENTRY shared_dispatch_stub_1599(GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 1620 void APIENTRY shared_dispatch_stub_1603(GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 11317 static void APIENTRY noopNamedStringARB(GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string) argument 11319 (void) type; (void) namelen; (void) name; (void) stringlen; (void) string; 11342 static void APIENTRY noopGetNamedStringARB(GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string) argument 11344 (void) namelen; (void) name; (void) bufSize; (void) stringlen; (void) string; 31394 shared_dispatch_stub_1599(GLenum type,GLint namelen,const GLchar * name,GLint stringlen,const GLchar * string) argument 31422 shared_dispatch_stub_1603(GLint namelen,const GLchar * name,GLsizei bufSize,GLint * stringlen,GLchar * string) argument [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | marshal_generated.h | 3091 void GLAPIENTRY _mesa_marshal_NamedStringARB(GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string); 3097 void GLAPIENTRY _mesa_marshal_GetNamedStringARB(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 7900 typedef void (GLAPIENTRY *PFNGLGETNAMEDSTRINGARBPROC)(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string); 8672 typedef void (GLAPIENTRY *PFNGLNAMEDSTRINGARBPROC)(GLenum type, GLint namelen, const GLchar * name, GLint stringlen, const GLchar * string); 12216 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glGetNamedStringARB)(GLint namelen, const GLchar * name, GLsizei bufSize, GLint * stringlen, GLchar * string); [all...] |
| H A D | gl_generated_dispatch.c | [all...] |