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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.h112 _mesa_LinkProgramARB(GLhandleARB programObj);
H A Duniforms.c498 _mesa_GetUniformLocationARB(GLhandleARB programObj, const GLcharARB *name) argument
505 shProg = _mesa_lookup_shader_program_err(ctx, programObj,
H A Dshaderapi.c1273 _mesa_LinkProgramARB(GLhandleARB programObj) argument
1276 link_program(ctx, programObj);
/external/mesa3d/src/mesa/main/
H A Dshaderapi.h112 _mesa_LinkProgramARB(GLhandleARB programObj);
H A Duniforms.c498 _mesa_GetUniformLocationARB(GLhandleARB programObj, const GLcharARB *name) argument
505 shProg = _mesa_lookup_shader_program_err(ctx, programObj,
H A Dshaderapi.c1273 _mesa_LinkProgramARB(GLhandleARB programObj) argument
1276 link_program(ctx, programObj);
/external/qemu/distrib/sdl-1.2.15/include/
H A 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 *name);
4171 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
4172 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat *params);
4173 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *params);
4184 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, const GLcharARB *name);
4185 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
4186 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, cons
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A 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, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
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...]
/external/mesa3d/include/GL/
H A 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, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name);
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...]

Completed in 282 milliseconds