Searched refs:stringlen (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderapi.h396 GLint stringlen, const GLchar *string);
410 GLint *stringlen, GLchar *string);
H A Dshaderapi.c3546 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 Dmarshal_generated3.c3340 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 Dglcorearb.h3607 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 Dglext.h4260 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 Dglcorearb.h3589 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 Dglext.h4243 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 Dglapi_mapi_tmp.h1616 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 Dmarshal_generated.h3091 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 Dgl_generated.h7900 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 Dgl_generated_dispatch.c[all...]

Completed in 339 milliseconds