Searched refs:updateMats (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_api.c457 GLbitfield updateMats; local
462 * The updateMats var will be a mask of the MAT_BIT_FRONT/BACK_x bits
466 updateMats = ~ctx->Light._ColorMaterialBitmask;
470 updateMats = ALL_MATERIAL_BITS;
474 updateMats &= FRONT_MATERIAL_BITS;
477 updateMats &= BACK_MATERIAL_BITS;
486 if (updateMats & MAT_BIT_FRONT_EMISSION)
488 if (updateMats & MAT_BIT_BACK_EMISSION)
492 if (updateMats & MAT_BIT_FRONT_AMBIENT)
494 if (updateMats
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c457 GLbitfield updateMats; local
462 * The updateMats var will be a mask of the MAT_BIT_FRONT/BACK_x bits
466 updateMats = ~ctx->Light._ColorMaterialBitmask;
470 updateMats = ALL_MATERIAL_BITS;
474 updateMats &= FRONT_MATERIAL_BITS;
477 updateMats &= BACK_MATERIAL_BITS;
486 if (updateMats & MAT_BIT_FRONT_EMISSION)
488 if (updateMats & MAT_BIT_BACK_EMISSION)
492 if (updateMats & MAT_BIT_FRONT_AMBIENT)
494 if (updateMats
[all...]

Completed in 222 milliseconds