Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddd.h83 struct dd_function_table { struct
89 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
97 void (*UpdateState)(struct gl_context *ctx);
102 void (*Finish)( struct gl_context *ctx );
107 void (*Flush)( struct gl_context *ctx );
114 void (*Clear)( struct gl_context *ctx, GLbitfield buffers );
119 void (*RasterPos)( struct gl_context *ctx, const GLfloat v[4] );
130 void (*DrawPixels)( struct gl_context *ctx,
139 void (*ReadPixels)( struct gl_context *ctx,
148 void (*CopyPixels)( struct gl_context *ctx, GLint srcx, GLint srcy,
[all …]