Searched refs:isYuv (Results 1 – 7 of 7) sorted by relevance
348 bool isYuv = false; in NativePixelFormatToGLInternalFormat() local349 return getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatToGLInternalFormat()394 bool isYuv = false; in NativePixelFormatIsYUV() local395 getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatIsYUV()396 return isYuv; in NativePixelFormatIsYUV()
96 bool isYuv() const { return false; } in isYuv() function127 bool isYuv() const { return yuv; } in isYuv() function226 isYuv() == right.isYuv()276 if (isYuv()) { in getString()
99 bool isYuv() const { return false; } in isYuv() function131 bool isYuv() const { return yuv; } in isYuv() function230 isYuv() == right.isYuv()280 if (isYuv()) { in getString()
107 if (sampler.isYuv()) in buildMangledName()
3559 if (type.getSampler().isYuv()) { in samplerCheck()
106 if (sampler.isYuv()) in buildMangledName()
3331 if (type.getSampler().isYuv()) { in samplerCheck()