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

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_model_utils.cc148 int pix_addr = (y * width + x) * bytes_per_pixel; local
152 (image_data_[imgID])[pix_addr + c] = v;
155 image_data_[imgID][pix_addr + 3] = std::rand() % 255;

Completed in 176 milliseconds