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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c 729 const struct lp_type blend_types[] = { variable in typeref:struct:lp_type
738 const unsigned num_types = sizeof(blend_types)/sizeof(blend_types[0]);
762 for(type = blend_types; type < &blend_types[num_types]; ++type) {
826 type = &blend_types[rand() % num_types];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 729 const struct lp_type blend_types[] = { variable in typeref:struct:lp_type
738 const unsigned num_types = sizeof(blend_types)/sizeof(blend_types[0]);
762 for(type = blend_types; type < &blend_types[num_types]; ++type) {
826 type = &blend_types[rand() % num_types];

Completed in 73 milliseconds