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/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 172 int tileEnabled = isMacroTileEnabled(format, usage);
174 height, format, tileEnabled, aligned_w, aligned_h);
455 bool tileEnabled = false;
469 tileEnabled = true;
474 tileEnabled = false;
482 return tileEnabled;
641 int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size)
643 tileEnabled = isMacroTileEnabled(format, usage);
mapper.cpp 459 int *tileEnabled = va_arg(args,int *);
460 *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 224 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage);
225 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
522 bool tileEnabled = false;
536 tileEnabled = true;
541 tileEnabled = false;
549 return tileEnabled;
    [all...]
mapper.cpp 457 int *tileEnabled = va_arg(args,int *);
458 *tileEnabled = isUBwcEnabled(format, usage) ||
  /hardware/qcom/display/msm8909/gralloc/
gr_adreno_info.h 90 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_adreno_info.h 90 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
  /hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.h 94 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
  /hardware/qcom/display/msm8998/libgralloc1/
gr_adreno_info.h 94 void AlignUnCompressedRGB(int width, int height, int format, int tileEnabled,
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 135 int tileEnabled, int& alignedw, int &alignedh);
mapper.cpp 399 int *tileEnabled = va_arg(args,int *);
400 *tileEnabled = isUBwcEnabled(format, usage);
alloc_controller.cpp 229 int tileEnabled = ubwc_enabled;
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 135 int tileEnabled, int& alignedw, int &alignedh);
mapper.cpp 399 int *tileEnabled = va_arg(args,int *);
400 *tileEnabled = isUBwcEnabled(format, usage);
alloc_controller.cpp 229 int tileEnabled = ubwc_enabled;
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
    [all...]
  /hardware/qcom/display/msm8226/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) {

Completed in 342 milliseconds

1 2