Home | History | Annotate | Download | only in tnl

Lines Matching refs:GLboolean

215    GLboolean   *EdgeFlag;	                /* _TNL_BIT_EDGEFLAG */
241 GLboolean (*create)( struct gl_context *ctx, struct tnl_pipeline_stage * );
260 GLboolean (*run)( struct gl_context *ctx, struct tnl_pipeline_stage * );
327 GLboolean force_boundary );
344 GLboolean match_strides;
358 GLboolean need_extras;
375 GLboolean need_viewport;
487 GLboolean (*Multipass)( struct gl_context *ctx, GLuint passno );
520 GLboolean NeedNdcCoords;
521 GLboolean AllowVertexFog;
522 GLboolean AllowPixelFog;
523 GLboolean _DoVertexFog; /* eval fog function at each vertex? */