OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbo_exec_context
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec.h
81
struct
vbo_exec_context
struct
156
void vbo_exec_array_init( struct
vbo_exec_context
*exec );
157
void vbo_exec_array_destroy( struct
vbo_exec_context
*exec );
160
void vbo_exec_vtx_init( struct
vbo_exec_context
*exec );
161
void vbo_exec_vtx_destroy( struct
vbo_exec_context
*exec );
166
void vbo_exec_vtx_flush( struct
vbo_exec_context
*exec, GLboolean unmap );
167
void vbo_exec_vtx_map( struct
vbo_exec_context
*exec );
172
vbo_exec_vtx_flush( struct
vbo_exec_context
*exec, GLboolean unmap )
177
vbo_exec_vtx_map( struct
vbo_exec_context
*exec )
183
void vbo_exec_vtx_wrap( struct
vbo_exec_context
*exec )
[
all
...]
vbo_exec.c
39
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
67
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
86
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
vbo_exec_eval.c
36
static void clear_active_eval1( struct
vbo_exec_context
*exec, GLuint attr )
42
static void clear_active_eval2( struct
vbo_exec_context
*exec, GLuint attr )
48
static void set_active_eval1( struct
vbo_exec_context
*exec, GLuint attr, GLuint dim,
58
static void set_active_eval2( struct
vbo_exec_context
*exec, GLuint attr, GLuint dim,
68
void vbo_exec_eval_update( struct
vbo_exec_context
*exec )
142
void vbo_exec_do_EvalCoord1f(struct
vbo_exec_context
*exec, GLfloat u)
186
void vbo_exec_do_EvalCoord2f( struct
vbo_exec_context
*exec,
vbo_exec_draw.c
45
vbo_exec_debug_verts( struct
vbo_exec_context
*exec )
75
vbo_copy_vertices( struct
vbo_exec_context
*exec )
164
struct
vbo_exec_context
*exec = &vbo->exec;
267
vbo_exec_vtx_unmap( struct
vbo_exec_context
*exec )
299
vbo_exec_vtx_map( struct
vbo_exec_context
*exec )
379
vbo_exec_vtx_flush(struct
vbo_exec_context
*exec, GLboolean keepUnmapped)
vbo_exec_api.c
60
static void reset_attrfv( struct
vbo_exec_context
*exec );
67
static void vbo_exec_wrap_buffers( struct
vbo_exec_context
*exec )
117
void vbo_exec_vtx_wrap( struct
vbo_exec_context
*exec )
151
static void vbo_exec_copy_to_current( struct
vbo_exec_context
*exec )
211
vbo_exec_copy_from_current(struct
vbo_exec_context
*exec)
238
vbo_exec_wrap_upgrade_vertex(struct
vbo_exec_context
*exec,
370
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
407
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec; \
553
vbo_exec_FlushVertices_internal(struct
vbo_exec_context
*exec, GLboolean unmap)
574
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec
[
all
...]
vbo_context.h
80
struct
vbo_exec_context
exec;
vbo_exec_array.c
71
struct
vbo_exec_context
*exec = &vbo->exec;
353
struct
vbo_exec_context
*exec = &vbo->exec;
406
struct
vbo_exec_context
*exec = &vbo->exec;
524
struct
vbo_exec_context
*exec = &vbo->exec;
587
struct
vbo_exec_context
*exec = &vbo->exec;
812
struct
vbo_exec_context
*exec = &vbo->exec;
[
all
...]
/external/mesa3d/src/mesa/vbo/
vbo_exec.h
81
struct
vbo_exec_context
struct
156
void vbo_exec_array_init( struct
vbo_exec_context
*exec );
157
void vbo_exec_array_destroy( struct
vbo_exec_context
*exec );
160
void vbo_exec_vtx_init( struct
vbo_exec_context
*exec );
161
void vbo_exec_vtx_destroy( struct
vbo_exec_context
*exec );
166
void vbo_exec_vtx_flush( struct
vbo_exec_context
*exec, GLboolean unmap );
167
void vbo_exec_vtx_map( struct
vbo_exec_context
*exec );
172
vbo_exec_vtx_flush( struct
vbo_exec_context
*exec, GLboolean unmap )
177
vbo_exec_vtx_map( struct
vbo_exec_context
*exec )
183
void vbo_exec_vtx_wrap( struct
vbo_exec_context
*exec )
[
all
...]
vbo_exec.c
39
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
67
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
86
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
vbo_exec_eval.c
36
static void clear_active_eval1( struct
vbo_exec_context
*exec, GLuint attr )
42
static void clear_active_eval2( struct
vbo_exec_context
*exec, GLuint attr )
48
static void set_active_eval1( struct
vbo_exec_context
*exec, GLuint attr, GLuint dim,
58
static void set_active_eval2( struct
vbo_exec_context
*exec, GLuint attr, GLuint dim,
68
void vbo_exec_eval_update( struct
vbo_exec_context
*exec )
142
void vbo_exec_do_EvalCoord1f(struct
vbo_exec_context
*exec, GLfloat u)
186
void vbo_exec_do_EvalCoord2f( struct
vbo_exec_context
*exec,
vbo_exec_draw.c
45
vbo_exec_debug_verts( struct
vbo_exec_context
*exec )
75
vbo_copy_vertices( struct
vbo_exec_context
*exec )
164
struct
vbo_exec_context
*exec = &vbo->exec;
267
vbo_exec_vtx_unmap( struct
vbo_exec_context
*exec )
299
vbo_exec_vtx_map( struct
vbo_exec_context
*exec )
379
vbo_exec_vtx_flush(struct
vbo_exec_context
*exec, GLboolean keepUnmapped)
vbo_exec_api.c
60
static void reset_attrfv( struct
vbo_exec_context
*exec );
67
static void vbo_exec_wrap_buffers( struct
vbo_exec_context
*exec )
117
void vbo_exec_vtx_wrap( struct
vbo_exec_context
*exec )
151
static void vbo_exec_copy_to_current( struct
vbo_exec_context
*exec )
211
vbo_exec_copy_from_current(struct
vbo_exec_context
*exec)
238
vbo_exec_wrap_upgrade_vertex(struct
vbo_exec_context
*exec,
370
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec;
407
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec; \
553
vbo_exec_FlushVertices_internal(struct
vbo_exec_context
*exec, GLboolean unmap)
574
struct
vbo_exec_context
*exec = &vbo_context(ctx)->exec
[
all
...]
vbo_context.h
80
struct
vbo_exec_context
exec;
vbo_exec_array.c
71
struct
vbo_exec_context
*exec = &vbo->exec;
353
struct
vbo_exec_context
*exec = &vbo->exec;
406
struct
vbo_exec_context
*exec = &vbo->exec;
524
struct
vbo_exec_context
*exec = &vbo->exec;
587
struct
vbo_exec_context
*exec = &vbo->exec;
812
struct
vbo_exec_context
*exec = &vbo->exec;
[
all
...]
Completed in 203 milliseconds