OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delete_rasterizer_state
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c
114
static void
delete_rasterizer_state
(void *state, void *data)
function
143
delete_rasterizer_state
(state, 0);
290
cso_for_each_state(sc, CSO_RASTERIZER,
delete_rasterizer_state
, 0);
cso_context.c
160
static boolean
delete_rasterizer_state
(struct cso_context *ctx, void *state)
function
198
return
delete_rasterizer_state
(ctx, state);
513
(cso_state_callback)ctx->pipe->
delete_rasterizer_state
;
[
all
...]
/external/mesa3d/src/gallium/include/pipe/
p_context.h
155
void (*
delete_rasterizer_state
)(struct pipe_context *, void *);
member in struct:pipe_context
Completed in 617 milliseconds