OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noop_bind_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c
198
static void
noop_bind_state
(struct pipe_context *ctx, void *state)
function
292
ctx->bind_blend_state =
noop_bind_state
;
293
ctx->bind_depth_stencil_alpha_state =
noop_bind_state
;
295
ctx->bind_fs_state =
noop_bind_state
;
296
ctx->bind_rasterizer_state =
noop_bind_state
;
297
ctx->bind_vertex_elements_state =
noop_bind_state
;
299
ctx->bind_vs_state =
noop_bind_state
;
/external/mesa3d/src/gallium/drivers/noop/
noop_state.c
198
static void
noop_bind_state
(struct pipe_context *ctx, void *state)
function
292
ctx->bind_blend_state =
noop_bind_state
;
293
ctx->bind_depth_stencil_alpha_state =
noop_bind_state
;
295
ctx->bind_fs_state =
noop_bind_state
;
296
ctx->bind_rasterizer_state =
noop_bind_state
;
297
ctx->bind_vertex_elements_state =
noop_bind_state
;
299
ctx->bind_vs_state =
noop_bind_state
;
Completed in 40 milliseconds