Home
last modified time | relevance | path

Searched refs:programObj (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshaderapi.h112 _mesa_LinkProgramARB(GLhandleARB programObj);
Duniforms.c498 _mesa_GetUniformLocationARB(GLhandleARB programObj, const GLcharARB *name) in _mesa_GetUniformLocationARB() argument
505 shProg = _mesa_lookup_shader_program_err(ctx, programObj, in _mesa_GetUniformLocationARB()
Dshaderapi.c1273 _mesa_LinkProgramARB(GLhandleARB programObj) in _mesa_LinkProgramARB() argument
1276 link_program(ctx, programObj); in _mesa_LinkProgramARB()
/external/mesa3d/src/mesa/main/
Dshaderapi.h112 _mesa_LinkProgramARB(GLhandleARB programObj);
Duniforms.c498 _mesa_GetUniformLocationARB(GLhandleARB programObj, const GLcharARB *name) in _mesa_GetUniformLocationARB() argument
505 shProg = _mesa_lookup_shader_program_err(ctx, programObj, in _mesa_GetUniformLocationARB()
Dshaderapi.c1273 _mesa_LinkProgramARB(GLhandleARB programObj) in _mesa_LinkProgramARB() argument
1276 link_program(ctx, programObj); in _mesa_LinkProgramARB()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_opengl.h4144 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
4145 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
4146 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
4170 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
4171 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsize…
4172 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat …
4173 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *p…
4184 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, cons…
4185 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei…
4186 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
/external/mesa3d/include/GL/
Dglext.h7480 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7481 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7482 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7506 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7507 GLAPI void APIENTRY glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength,…
7508 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7509 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7520 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7521 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7522 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
[all …]
/external/chromium_org/third_party/mesa/src/include/GL/
Dglext.h7490 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7491 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7492 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7516 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7517 GLAPI void APIENTRY glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength,…
7518 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7519 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7530 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7531 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7532 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
[all …]