Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglAndroidUtil.cpp51 MovePtr<ImageSource> createAndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) in createAndroidNativeImageSource()
69 MovePtr<ImageSource> createAndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) in createAndroidNativeImageSource()
187 …ffer::AndroidNativeClientBuffer (const Library& egl, GLenum format, deUint32 numLayers, bool isYUV) in AndroidNativeClientBuffer()
272 …AndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) : m_format(format), m_num… in AndroidNativeImageSource()
337 MovePtr<ImageSource> createAndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) in createAndroidNativeImageSource()
DteglImageUtil.cpp521 …UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_… in UnsupportedImageSource()
553 MovePtr<ImageSource> createUnsupportedImageSource (const string& message, GLenum format, bool isYUV) in createUnsupportedImageSource()
DteglImageFormatTests.cpp1791 void ImageTests::addCreateAndroidNative (const string& name, GLenum format, bool isYUV = false) in addCreateAndroidNative()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DNativeBufferImageSiblingAndroid.cpp50 bool NativeBufferImageSiblingAndroid::isYUV() const in isYUV() function in rx::NativeBufferImageSiblingAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImage.cpp136 bool ImageSibling::isYUV() const in isYUV() function in egl::ImageSibling
209 bool ExternalImageSibling::isYUV() const in isYUV() function in egl::ExternalImageSibling
406 bool Image::isYUV() const in isYUV() function in egl::Image
DFramebufferAttachment.h287 inline bool FramebufferAttachment::isYUV() const in isYUV() function
DSurface.cpp594 bool Surface::isYUV() const in isYUV() function in egl::Surface
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.cpp52 bool DmaBufImageSiblingEGL::isYUV() const in isYUV() function in rx::DmaBufImageSiblingEGL
/third_party/skia/third_party/externals/angle2/src/common/linux/
Ddma_buf_utils.cpp43 GLenum DrmFourCCFormatToGLInternalFormat(int fourccFormat, bool *isYUV) in DrmFourCCFormatToGLInternalFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h111 bool isYUV; member
151 bool isYUV, in Format()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp79 bool ExternalImageSiblingImpl11::isYUV() const in isYUV() function in rx::ExternalImageSiblingImpl11
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp122 bool isYUV = in getDefaultEglConfigList() local
/third_party/skia/tools/
DDDLPromiseImageHelper.h142 bool isYUV() const { return fYUVAPixmaps.isValid(); } in isYUV() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp394 bool HardwareBufferImageSiblingVkAndroid::isYUV() const in isYUV() function in rx::HardwareBufferImageSiblingVkAndroid
/third_party/flutter/skia/tools/
DDDLPromiseImageHelper.h133 bool isYUV() const { return SkToBool(fYUVData.get()); } in isYUV() function
/third_party/skia/third_party/externals/angle2/src/common/
Dandroid_util.cpp222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp525 bool DmaBufImageSiblingVkLinux::isYUV() const in isYUV() function in rx::DmaBufImageSiblingVkLinux
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp486 bool isYUV, in writeAHBData()
794 bool isYUV = (aHardwareBufferDescription.format == AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420); in verifyResultAHB() local
/third_party/ffmpeg/libswscale/
Dswscale_internal.h674 static av_always_inline int isYUV(enum AVPixelFormat pix_fmt) in isYUV() function