HomeSort by relevance Sort by last modified time
    Searched refs:tileEnabled (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 367 bool tileEnabled = false;
381 tileEnabled = true;
386 tileEnabled = false;
394 return tileEnabled;
529 int tileEnabled = isMacroTileEnabled(format, usage);
534 tileEnabled,
545 int& alignedw, int &alignedh, int& tileEnabled, size_t& size)
547 tileEnabled = isMacroTileEnabled(format, usage);
552 tileEnabled,
gr.h 56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
59 int& tileEnabled, size_t &size);
115 int tileEnabled, int& alignedw, int &alignedh);
mapper.cpp 407 int *tileEnabled = va_arg(args,int *);
408 *tileEnabled = isMacroTileEnabled(format, usage);
410 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 366 bool tileEnabled = false;
380 tileEnabled = true;
385 tileEnabled = false;
393 return tileEnabled;
524 int tileEnabled = isMacroTileEnabled(format, usage);
529 tileEnabled,
540 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
542 tileEnabled = isMacroTileEnabled(format, usage);
547 tileEnabled,
gr.h 56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
59 int& tileEnabled, unsigned int &size);
115 int tileEnabled, int& alignedw, int &alignedh);
mapper.cpp 407 int *tileEnabled = va_arg(args,int *);
408 *tileEnabled = isMacroTileEnabled(format, usage);
410 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 379 bool tileEnabled = false;
393 tileEnabled = true;
398 tileEnabled = false;
406 return tileEnabled;
537 int tileEnabled = isMacroTileEnabled(format, usage);
542 tileEnabled,
553 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
555 tileEnabled = isMacroTileEnabled(format, usage);
560 tileEnabled,
gr.h 56 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
59 int& tileEnabled, unsigned int &size);
115 int tileEnabled, int& alignedw, int &alignedh);
mapper.cpp 406 int *tileEnabled = va_arg(args,int *);
407 *tileEnabled = isMacroTileEnabled(format, usage);
409 height, format, *tileEnabled, *alignedWidth,
  /hardware/qcom/display/msm8994/libgralloc/
gr.h 57 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
60 int& tileEnabled, unsigned int &size);
131 int tileEnabled, int& alignedw, int &alignedh);
alloc_controller.cpp 170 int tileEnabled = isMacroTileEnabled(format, usage);
172 height, format, tileEnabled, aligned_w, aligned_h);
450 bool tileEnabled = false;
464 tileEnabled = true;
469 tileEnabled = false;
477 return tileEnabled;
632 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
634 tileEnabled = isMacroTileEnabled(format, usage);
mapper.cpp 395 int *tileEnabled = va_arg(args,int *);
396 *tileEnabled = isMacroTileEnabled(format, usage);
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 57 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
60 int& tileEnabled, unsigned int &size);
140 int tileEnabled, int& alignedw, int &alignedh);
alloc_controller.cpp 223 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage);
224 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
518 bool tileEnabled = false;
532 tileEnabled = true;
537 tileEnabled = false;
545 return tileEnabled;
    [all...]
mapper.cpp 394 int *tileEnabled = va_arg(args,int *);
395 *tileEnabled = isUBwcEnabled(format, usage) ||
  /hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.h 95 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_adreno_info.h 95 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
  /hardware/qcom/display/msmcobalt/libgralloc/
gr.h 58 // Attributes include aligned width, aligned height, tileEnabled and size of the buffer
61 int& tileEnabled, unsigned int &size);
141 int tileEnabled, int& alignedw, int &alignedh);
alloc_controller.cpp 236 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage);
237 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
531 bool tileEnabled = false;
545 tileEnabled = true;
550 tileEnabled = false;
558 return tileEnabled;
    [all...]
mapper.cpp 390 int *tileEnabled = va_arg(args,int *);
391 *tileEnabled = isUBwcEnabled(format, usage) ||
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 147 int getMdpFormat(int format, bool tileEnabled)
149 if(!tileEnabled) {
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 147 int getMdpFormat(int format, bool tileEnabled)
149 if(!tileEnabled) {
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 147 bool tileEnabled = (flags & private_handle_t::PRIV_FLAGS_TILE_RENDERED);
166 if(!tileEnabled) {
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 153 int getMdpFormat(int format, bool tileEnabled)
155 if(!tileEnabled) {
overlayUtils.h 411 int getMdpFormat(int format, bool tileEnabled);

Completed in 389 milliseconds

1 2