OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brw_is_drawing_points
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
gen6_clip_state.c
37
brw_is_drawing_points
(const struct brw_context *brw)
function
194
if (!
brw_is_drawing_points
(brw) && !brw_is_drawing_lines(brw))
gen6_sf_state.c
202
bool drawing_points =
brw_is_drawing_points
(brw);
brw_state.h
402
bool
brw_is_drawing_points
(const struct brw_context *brw);
Completed in 517 milliseconds