Home
last modified time | relevance | path

Searched refs:isYuv (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/common/
Dandroid_util.cpp348 bool isYuv = false; in NativePixelFormatToGLInternalFormat() local
349 return getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatToGLInternalFormat()
394 bool isYuv = false; in NativePixelFormatIsYUV() local
395 getPixelFormatInfo(pixelFormat, &isYuv); in NativePixelFormatIsYUV()
396 return isYuv; in NativePixelFormatIsYUV()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h96 bool isYuv() const { return false; } in isYuv() function
127 bool isYuv() const { return yuv; } in isYuv() function
226 isYuv() == right.isYuv()
276 if (isYuv()) { in getString()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h99 bool isYuv() const { return false; } in isYuv() function
131 bool isYuv() const { return yuv; } in isYuv() function
230 isYuv() == right.isYuv()
280 if (isYuv()) { in getString()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSymbolTable.cpp107 if (sampler.isYuv()) in buildMangledName()
DParseHelper.cpp3559 if (type.getSampler().isYuv()) { in samplerCheck()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp106 if (sampler.isYuv()) in buildMangledName()
DParseHelper.cpp3331 if (type.getSampler().isYuv()) { in samplerCheck()