/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_blend.c | 506 double fcon[LP_MAX_VECTOR_LENGTH]; local 511 read_vec(type, con, fcon); 514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j); 581 double fcon[4]; local 589 fcon[j] = read_elem(type, con + j*stride, k); 592 compute_blend_ref(blend, fsrc, fdst, fcon, fref);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_blend.c | 506 double fcon[LP_MAX_VECTOR_LENGTH]; local 511 read_vec(type, con, fcon); 514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j); 581 double fcon[4]; local 589 fcon[j] = read_elem(type, con + j*stride, k); 592 compute_blend_ref(blend, fsrc, fdst, fcon, fref);
|
/system/core/init/ |
init.c | 207 char *mycon = NULL, *fcon = NULL; local 216 rc = getfilecon(svc->args[0], &fcon); 223 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon); 225 freecon(fcon);
|