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 404 int *alignedWidth = va_arg(args, int *);
409 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 393 int *alignedWidth = va_arg(args, int *);
398 height, format, usage, *alignedWidth, *alignedHeight);
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 392 int *alignedWidth = va_arg(args, int *);
398 height, format, usage, *alignedWidth, *alignedHeight);
  /hardware/qcom/display/msmcobalt/libgralloc/
mapper.cpp 388 int *alignedWidth = va_arg(args, int *);
394 height, format, usage, *alignedWidth, *alignedHeight);

Completed in 322 milliseconds