Home
last modified time | relevance | path

Searched defs:isYUV (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDmaBufImageSiblingEGL.cpp52 bool DmaBufImageSiblingEGL::isYUV() const in isYUV() function in rx::DmaBufImageSiblingEGL
/third_party/skia/third_party/externals/angle2/src/common/linux/
H A Ddma_buf_utils.cpp43 GLenum DrmFourCCFormatToGLInternalFormat(int fourccFormat, bool *isYUV) in DrmFourCCFormatToGLInternalFormat() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
H A DNativeBufferImageSiblingAndroid.cpp50 bool NativeBufferImageSiblingAndroid::isYUV() const in isYUV() function in rx::NativeBufferImageSiblingAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DExternalImageSiblingImpl11.cpp79 bool ExternalImageSiblingImpl11::isYUV() const in isYUV() function in rx::ExternalImageSiblingImpl11
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp122 bool isYUV = in getDefaultEglConfigList() local
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp51 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 DteglImageUtil.cpp521 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 DFormat.h111 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 DDDLPromiseImageHelper.h142 bool isYUV() const { return fYUVAPixmaps.isValid(); } in isYUV() function in DDLPromiseImageHelper::PromiseImageInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebufferAttachment.h287 inline bool FramebufferAttachment::isYUV() const in isYUV() function in gl::FramebufferAttachment
H A 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
H A DSurface.cpp594 bool Surface::isYUV() const in isYUV() function in egl::Surface
/third_party/skia/third_party/externals/angle2/src/common/
H A Dandroid_util.cpp222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp394 bool HardwareBufferImageSiblingVkAndroid::isYUV() const in isYUV() function in rx::HardwareBufferImageSiblingVkAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp525 bool DmaBufImageSiblingVkLinux::isYUV() const in isYUV() function in rx::DmaBufImageSiblingVkLinux
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h722 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 DImageTest.cpp794 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

Completed in 18 milliseconds