OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radeonEmitArrays
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos.h
40
extern void
radeonEmitArrays
( struct gl_context *ctx, GLuint inputs );
radeon_maos_arrays.c
144
void
radeonEmitArrays
( struct gl_context *ctx, GLuint inputs )
radeon_maos_verts.c
310
void
radeonEmitArrays
( struct gl_context *ctx, GLuint inputs )
radeon_tcl.c
290
GLuint nr_aos = 1; /*
radeonEmitArrays
does always emit one */
315
/* tcl may be changed in
radeonEmitArrays
so account for it if not dirty */
400
radeonEmitArrays
( ctx, inputs );
Completed in 38 milliseconds