HomeSort by relevance Sort by last modified time
    Searched defs:tnl_pipeline_stage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 42 * tnl_pipeline_stage. The function ::_tnl_run_pipeline applies all the
231 struct tnl_pipeline_stage struct
241 GLboolean (*create)( struct gl_context *ctx, struct tnl_pipeline_stage * );
245 void (*destroy)( struct tnl_pipeline_stage * );
250 void (*validate)( struct gl_context *ctx, struct tnl_pipeline_stage * );
260 GLboolean (*run)( struct gl_context *ctx, struct tnl_pipeline_stage * );
275 struct tnl_pipeline_stage stages[MAX_PIPELINE_STAGES+1];
  /external/mesa3d/src/mesa/tnl/
t_context.h 42 * tnl_pipeline_stage. The function ::_tnl_run_pipeline applies all the
231 struct tnl_pipeline_stage struct
241 GLboolean (*create)( struct gl_context *ctx, struct tnl_pipeline_stage * );
245 void (*destroy)( struct tnl_pipeline_stage * );
250 void (*validate)( struct gl_context *ctx, struct tnl_pipeline_stage * );
260 GLboolean (*run)( struct gl_context *ctx, struct tnl_pipeline_stage * );
275 struct tnl_pipeline_stage stages[MAX_PIPELINE_STAGES+1];

Completed in 58 milliseconds