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.h79 struct dd_function_table { struct
85 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
93 void (*UpdateState)( struct gl_context *ctx, GLbitfield new_state );
101 void (*GetBufferSize)( struct gl_framebuffer *buffer,
108 void (*ResizeBuffers)( struct gl_context *ctx, struct gl_framebuffer *fb,
115 void (*Error)( struct gl_context *ctx );
120 void (*Finish)( struct gl_context *ctx );
125 void (*Flush)( struct gl_context *ctx );
132 void (*Clear)( struct gl_context *ctx, GLbitfield buffers );
137 void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value );
[all …]