HomeSort by relevance Sort by last modified time
    Searched full:pixel_dest (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/resources/
texture_uploader.cc 254 uint8* pixel_dest = local
265 if (!pixel_dest) {
272 memcpy(pixel_dest,
277 // paint results into the pixel_dest.
279 memcpy(&pixel_dest[upload_image_stride * row],
286 gl_->UnmapTexSubImage2DCHROMIUM(pixel_dest);

Completed in 59 milliseconds