/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DmaBufImageSiblingEGL.cpp | 52 bool DmaBufImageSiblingEGL::isYUV() const in isYUV() function in rx::DmaBufImageSiblingEGL
|
/third_party/skia/third_party/externals/angle2/src/common/linux/ |
H A D | dma_buf_utils.cpp | 43 GLenum DrmFourCCFormatToGLInternalFormat(int fourccFormat, bool *isYUV) in DrmFourCCFormatToGLInternalFormat() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
H A D | NativeBufferImageSiblingAndroid.cpp | 50 bool NativeBufferImageSiblingAndroid::isYUV() const in isYUV() function in rx::NativeBufferImageSiblingAndroid
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ExternalImageSiblingImpl11.cpp | 79 bool ExternalImageSiblingImpl11::isYUV() const in isYUV() function in rx::ExternalImageSiblingImpl11
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 122 bool isYUV = in getDefaultEglConfigList() local
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglAndroidUtil.cpp | 51 MovePtr<ImageSource> createAndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) in createAndroidNativeImageSource() argument 187 AndroidNativeClientBuffer::AndroidNativeClientBuffer (const Library& egl, GLenum format, deUint32 numLayers, bool isYUV) in AndroidNativeClientBuffer() argument [all...] |
H A D | teglImageUtil.cpp | 521 UnsupportedImageSource (const string& message, GLenum format, bool isYUV) : m_message(message), m_format(format), m_isY8Cb8Cr8_420(isYUV) {} in UnsupportedImageSource() argument 553 MovePtr<ImageSource> createUnsupportedImageSource (const string& message, GLenum format, bool isYUV) in createUnsupportedImageSource() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format.h | 111 bool isYUV; member 130 Format(FormatID id, GLenum glFormat, GLenum fboFormat, rx::MipGenerationFunction mipGen, const rx::FastCopyFunctionMap &fastCopyFunctions, rx::PixelReadFunction colorRead, rx::PixelWriteFunction colorWrite, GLenum componentType, GLuint redBits, GLuint greenBits, GLuint blueBits, GLuint alphaBits, GLuint luminanceBits, GLuint depthBits, GLuint stencilBits, GLuint pixelBytes, GLuint componentAlignmentMask, bool isBlock, bool isFixed, bool isScaled, bool isSRGB, bool isYUV, gl::VertexAttribType vertexAttribType) Format() argument
|
/third_party/skia/tools/ |
H A D | DDLPromiseImageHelper.h | 142 bool isYUV() const { return fYUVAPixmaps.isValid(); } in isYUV() function in DDLPromiseImageHelper::PromiseImageInfo
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | FramebufferAttachment.h | 287 inline bool FramebufferAttachment::isYUV() const in isYUV() function in gl::FramebufferAttachment
|
H A D | Image.cpp | 136 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
|
H A D | Surface.cpp | 594 bool Surface::isYUV() const in isYUV() function in egl::Surface
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | android_util.cpp | 222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | HardwareBufferImageSiblingVkAndroid.cpp | 394 bool HardwareBufferImageSiblingVkAndroid::isYUV() const in isYUV() function in rx::HardwareBufferImageSiblingVkAndroid
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
H A D | DmaBufImageSiblingVkLinux.cpp | 525 bool DmaBufImageSiblingVkLinux::isYUV() const in isYUV() function in rx::DmaBufImageSiblingVkLinux
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_internal.h | 722 static av_always_inline int isYUV(enum AVPixelFormat pix_fmt) in isYUV() function
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 794 bool isYUV = (aHardwareBufferDescription.format == AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420); in verifyResultAHB() local 482 writeAHBData(AHardwareBuffer *aHardwareBuffer, size_t width, size_t height, size_t depth, bool isYUV, const std::vector<AHBPlaneData> &data) writeAHBData() argument
|