Home | History | Annotate | Download | only in tnl

Lines Matching refs:Const

90    for (p = 0; p < ctx->Const.MaxClipPlanes; p++) {
93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
195 vp_fetch_texel(struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
203 1, (const GLfloat (*)[4]) texcoord,
273 map_textures(struct gl_context *ctx, const struct gl_vertex_program *vp)
277 for (u = 0; u < ctx->Const.MaxVertexTextureImageUnits; u++) {
292 unmap_textures(struct gl_context *ctx, const struct gl_vertex_program *vp)
296 for (u = 0; u < ctx->Const.MaxVertexTextureImageUnits; u++) {
379 const GLubyte *ptr = (const GLubyte*) VB->AttribPtr[attr]->data;
380 const GLuint size = VB->AttribPtr[attr]->size;
381 const GLuint stride = VB->AttribPtr[attr]->stride;
382 const GLfloat *data = (GLfloat *) (ptr + stride * i);
398 const GLuint attr = outputs[j];
485 for (i = 0; i < ctx->Const.MaxTextureCoordUnits; i++) {
490 for (i = 0; i < ctx->Const.MaxVarying; i++) {
515 const GLuint size = VB->Size;
568 const struct tnl_pipeline_stage _tnl_vertex_program_stage =