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

  /hardware/qcom/display/msm8994/libgralloc/
gr.h 79 bool isUncompressedRgbFormat(int format);
alloc_controller.cpp 139 bool isUncompressedRgbFormat(int format)
169 if (isUncompressedRgbFormat(format) == true) {
gpu.cpp 194 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 80 bool isUncompressedRgbFormat(int format);
alloc_controller.cpp 182 bool isUncompressedRgbFormat(int format)
222 if (isUncompressedRgbFormat(format) == true) {
    [all...]
gpu.cpp 178 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
  /hardware/qcom/display/msmcobalt/libgralloc/
gr.h 81 bool isUncompressedRgbFormat(int format);
alloc_controller.cpp 195 bool isUncompressedRgbFormat(int format)
235 if (isUncompressedRgbFormat(format) == true) {
    [all...]
gpu.cpp 188 if (isUncompressedRgbFormat(inputFormat) == TRUE) {

Completed in 490 milliseconds