Home
last modified time | relevance | path

Searched defs:dd_function_table (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Ddd.h109 struct dd_function_table { struct
115 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
123 void (*UpdateState)(struct gl_context *ctx);
128 void (*Finish)( struct gl_context *ctx );
133 void (*Flush)(struct gl_context *ctx, unsigned gallium_flush_flags);
140 void (*Clear)( struct gl_context *ctx, GLbitfield buffers );
145 void (*RasterPos)( struct gl_context *ctx, const GLfloat v[4] );
156 void (*DrawPixels)( struct gl_context *ctx,
165 void (*ReadPixels)( struct gl_context *ctx,
174 void (*CopyPixels)( struct gl_context *ctx, GLint srcx, GLint srcy,
[all …]