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

  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 38 const int alignedWidth = (img_width/packetSize)*packetSize;
59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize)
105 for(int x = alignedWidth; x < img_width; x++, pix++)
  /hardware/qcom/display/msm8084/libgralloc/
mapper.cpp 405 int *alignedWidth = va_arg(args, int *);
410 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8226/libgralloc/
mapper.cpp 405 int *alignedWidth = va_arg(args, int *);
410 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 406 int *alignedWidth = va_arg(args, int *);
411 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8998/libgralloc/
mapper.cpp 397 int *alignedWidth = va_arg(args, int *);
402 height, format, usage, *alignedWidth, *alignedHeight);
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 457 int *alignedWidth = va_arg(args, int *);
462 height, format, usage, *alignedWidth, *alignedHeight);
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 456 int *alignedWidth = va_arg(args, int *);
462 height, format, usage, *alignedWidth, *alignedHeight);

Completed in 1039 milliseconds