OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tile_fill_color
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.c
66
state->
tile_fill_color
[0] = 0.0f;
67
state->
tile_fill_color
[1] = 0.0f;
68
state->
tile_fill_color
[2] = 0.0f;
69
state->
tile_fill_color
[3] = 0.0f;
vg_state.h
71
VGfloat
tile_fill_color
[4];
member in struct:vg_state
api_params.c
339
state->
tile_fill_color
[0] = values[0];
340
state->
tile_fill_color
[1] = values[1];
341
state->
tile_fill_color
[2] = values[2];
342
state->
tile_fill_color
[3] = values[3];
464
state->
tile_fill_color
[0] = values[0];
465
state->
tile_fill_color
[1] = values[1];
466
state->
tile_fill_color
[2] = values[2];
467
state->
tile_fill_color
[3] = values[3];
842
values[0] = state->
tile_fill_color
[0];
843
values[1] = state->
tile_fill_color
[1]
[
all
...]
api_filters.c
197
memcpy(sampler.border_color.f, ctx->state.vg.
tile_fill_color
,
paint.c
656
ctx->state.vg.
tile_fill_color
,
/external/mesa3d/src/gallium/state_trackers/vega/
vg_state.c
66
state->
tile_fill_color
[0] = 0.0f;
67
state->
tile_fill_color
[1] = 0.0f;
68
state->
tile_fill_color
[2] = 0.0f;
69
state->
tile_fill_color
[3] = 0.0f;
vg_state.h
71
VGfloat
tile_fill_color
[4];
member in struct:vg_state
api_params.c
339
state->
tile_fill_color
[0] = values[0];
340
state->
tile_fill_color
[1] = values[1];
341
state->
tile_fill_color
[2] = values[2];
342
state->
tile_fill_color
[3] = values[3];
464
state->
tile_fill_color
[0] = values[0];
465
state->
tile_fill_color
[1] = values[1];
466
state->
tile_fill_color
[2] = values[2];
467
state->
tile_fill_color
[3] = values[3];
842
values[0] = state->
tile_fill_color
[0];
843
values[1] = state->
tile_fill_color
[1]
[
all
...]
api_filters.c
197
memcpy(sampler.border_color.f, ctx->state.vg.
tile_fill_color
,
paint.c
656
ctx->state.vg.
tile_fill_color
,
Completed in 85 milliseconds