HomeSort by relevance Sort by last modified time
    Searched refs:fcon (Results 1 - 3 of 3) sorted by null

  /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 220 char *mycon = NULL, *fcon = NULL; local
229 rc = getfilecon(svc->args[0], &fcon);
236 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
241 freecon(fcon);
    [all...]

Completed in 693 milliseconds