OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blend_funcs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c
720
blend_funcs
[] = {
variable
736
const unsigned num_funcs = sizeof(
blend_funcs
)/sizeof(
blend_funcs
[0]);
755
for(rgb_func =
blend_funcs
; rgb_func < &
blend_funcs
[num_funcs]; ++rgb_func) {
756
for(alpha_func =
blend_funcs
; alpha_func < &
blend_funcs
[num_funcs]; ++alpha_func) {
811
rgb_func = &
blend_funcs
[rand() % num_funcs];
812
alpha_func = &
blend_funcs
[rand() % num_funcs];
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c
720
blend_funcs
[] = {
variable
736
const unsigned num_funcs = sizeof(
blend_funcs
)/sizeof(
blend_funcs
[0]);
755
for(rgb_func =
blend_funcs
; rgb_func < &
blend_funcs
[num_funcs]; ++rgb_func) {
756
for(alpha_func =
blend_funcs
; alpha_func < &
blend_funcs
[num_funcs]; ++alpha_func) {
811
rgb_func = &
blend_funcs
[rand() % num_funcs];
812
alpha_func = &
blend_funcs
[rand() % num_funcs];
Completed in 29 milliseconds