Searched refs:m_isY8Cb8Cr8_420 (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglAndroidUtil.cpp | 272 AndroidNativeImageSource (GLenum format, deUint32 numLayers, bool isYUV) : m_format(format), m_numLayers(numLayers), m_isY8Cb8Cr8_420(isYUV) {} 278 bool isYUVFormatImage (void) const { return m_isY8Cb8Cr8_420; } 282 bool m_isY8Cb8Cr8_420; 291 MovePtr<AndroidNativeClientBuffer> buffer (new AndroidNativeClientBuffer(egl, m_format, m_numLayers, m_isY8Cb8Cr8_420)); 299 ref->m_yuvTextureUsed = m_isY8Cb8Cr8_420; 309 if (m_numLayers == 1u && !m_isY8Cb8Cr8_420)
|
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() 526 bool isYUVFormatImage (void) const {return m_isY8Cb8Cr8_420;}; in isYUVFormatImage() 530 bool m_isY8Cb8Cr8_420; member in deqp::egl::Image::UnsupportedImageSource
|
Completed in 2 milliseconds