Home
last modified time | relevance | path

Searched defs:isYUV (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.cpp35 GLenum FourCCFormatToGLInternalFormat(int format, bool *isYUV) in FourCCFormatToGLInternalFormat()
111 bool DmaBufImageSiblingEGL::isYUV() const in isYUV() function in rx::DmaBufImageSiblingEGL
/external/angle/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp48 bool NativeBufferImageSiblingAndroid::isYUV() const in isYUV() function in rx::NativeBufferImageSiblingAndroid
/external/angle/src/libANGLE/
DImage.cpp133 bool ImageSibling::isYUV() const in isYUV() function in egl::ImageSibling
201 bool ExternalImageSibling::isYUV() const in isYUV() function in egl::ExternalImageSibling
392 bool Image::isYUV() const in isYUV() function in egl::Image
DFramebufferAttachment.h282 inline bool FramebufferAttachment::isYUV() const in isYUV() function
DSurface.cpp583 bool Surface::isYUV() const in isYUV() function in egl::Surface
/external/angle/src/libANGLE/renderer/
DFormat.h111 bool isYUV; member
151 bool isYUV, in Format()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp79 bool ExternalImageSiblingImpl11::isYUV() const in isYUV() function in rx::ExternalImageSiblingImpl11
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp122 bool isYUV = in getDefaultEglConfigList() local
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp358 bool HardwareBufferImageSiblingVkAndroid::isYUV() const in isYUV() function in rx::HardwareBufferImageSiblingVkAndroid
/external/skia/tools/
DDDLPromiseImageHelper.h141 bool isYUV() const { return fYUVAPixmaps.isValid(); } in isYUV() function
/external/skqp/tools/
DDDLPromiseImageHelper.h139 bool isYUV() const { return SkToBool(fYUVData.get()); } in isYUV() function
/external/angle/src/common/
Dandroid_util.cpp222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo()
/external/angle/src/tests/gl_tests/
DImageTest.cpp499 bool isYUV, in writeAHBData()
771 bool isYUV = (aHardwareBufferDescription.format == AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420); in verifyResultAHB() local