/external/skqp/tools/ |
D | DDLPromiseImageHelper.h | 139 bool isYUV() const { return SkToBool(fYUVData.get()); } in isYUV() function 148 SkASSERT(this->isYUV()); in yuvColorSpace() 152 SkASSERT(this->isYUV()); in yuvaIndices() 156 SkASSERT(this->isYUV()); in yuvPixmap() 161 SkASSERT(!this->isYUV()); in normalBitmap() 166 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVASizeInfo::kMaxCount : 1)); in setCallbackContext() 170 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVASizeInfo::kMaxCount : 1)); in callbackContext() 174 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVASizeInfo::kMaxCount : 1)); in refCallbackContext() 179 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVASizeInfo::kMaxCount : 1)); in promiseTexture() 193 SkASSERT(this->isYUV()); in addYUVPlane()
|
D | DDLPromiseImageHelper.cpp | 117 if (info.isYUV()) { in uploadAllToGPU() 161 if (info.isYUV()) { in replaceEveryOtherPromiseTexture() 211 SkASSERT(!curImage.isYUV()); in PromiseImageCreator() 220 if (curImage.isYUV()) { in PromiseImageCreator()
|
/external/skia/tools/ |
D | DDLPromiseImageHelper.h | 141 bool isYUV() const { return fYUVAPixmaps.isValid(); } in isYUV() function 151 SkASSERT(this->isYUV()); in yuvPixmap() 156 SkASSERT(!this->isYUV()); in baseLevel() 165 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1)); in setCallbackContext() 169 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1)); in callbackContext() 173 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1)); in refCallbackContext() 178 if (this->isYUV()) { in mipMapped() 184 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1)); in backendFormat() 188 SkASSERT(index >= 0 && index < (this->isYUV() ? SkYUVAInfo::kMaxPlanes : 1)); in promiseTexture()
|
D | DDLPromiseImageHelper.cpp | 46 SkASSERT(!this->isYUV()); in normalMipLevels() 60 SkASSERT(!this->isYUV()); in numMipLevels() 152 if (info->isYUV()) { in CreateBETexturesForPromiseImage() 195 if (info->isYUV()) { in DeleteBETexturesForPromiseImage() 223 if (info.isYUV()) { in createCallbackContexts() 318 if (!curImage.isYUV() && !curImage.callbackContext(0)) { in CreatePromiseImages() 326 if (curImage.isYUV()) { in CreatePromiseImages()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DmaBufImageSiblingEGL.cpp | 35 GLenum FourCCFormatToGLInternalFormat(int format, bool *isYUV) in FourCCFormatToGLInternalFormat() argument 37 *isYUV = false; in FourCCFormatToGLInternalFormat() 63 *isYUV = true; in FourCCFormatToGLInternalFormat() 111 bool DmaBufImageSiblingEGL::isYUV() const in isYUV() function in rx::DmaBufImageSiblingEGL
|
D | DmaBufImageSiblingEGL.h | 30 bool isYUV() const override;
|
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 47 bool isYUV, 111 bool isYUV; member 151 bool isYUV, in Format() argument 181 isYUV(isYUV), in Format()
|
D | ImageImpl.h | 42 virtual bool isYUV() const = 0;
|
/external/angle/src/common/ |
D | android_util.cpp | 222 GLenum getPixelFormatInfo(int pixelFormat, bool *isYUV) in getPixelFormatInfo() argument 224 *isYUV = false; in getPixelFormatInfo() 260 *isYUV = true; in getPixelFormatInfo() 266 *isYUV = true; in getPixelFormatInfo()
|
/external/angle/src/libANGLE/ |
D | FramebufferAttachment.h | 138 bool isYUV() const; 214 virtual bool isYUV() const = 0; 282 inline bool FramebufferAttachment::isYUV() const in isYUV() function 285 return mResource->isYUV(); in isYUV()
|
D | Image.cpp | 133 bool ImageSibling::isYUV() const in isYUV() function in egl::ImageSibling 135 return mTargetOf.get() && mTargetOf->isYUV(); in isYUV() 201 bool ExternalImageSibling::isYUV() const in isYUV() function in egl::ExternalImageSibling 203 return mImplementation->isYUV(); in isYUV() 392 bool Image::isYUV() const in isYUV() function in egl::Image 430 mState.yuv = externalSibling->isYUV(); in initialize()
|
D | Image.h | 54 bool isYUV() const override; 101 bool isYUV() const override; 160 bool isYUV() const;
|
D | Surface.h | 149 bool isYUV() const override;
|
D | Surface.cpp | 583 bool Surface::isYUV() const in isYUV() function in egl::Surface
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 122 bool isYUV = in getDefaultEglConfigList() local 126 bool isOk = isRenderable && isConformant && (numSamples == 0) && !isFloatType && !isYUV; in getDefaultEglConfigList() 145 DE_ASSERT(!isRenderable || !isConformant || (numSamples != 0) || isFloatType || isYUV); in getDefaultEglConfigList()
|
/external/angle/src/libANGLE/renderer/gl/egl/android/ |
D | NativeBufferImageSiblingAndroid.h | 30 bool isYUV() const override;
|
D | NativeBufferImageSiblingAndroid.cpp | 48 bool NativeBufferImageSiblingAndroid::isYUV() const in isYUV() function in rx::NativeBufferImageSiblingAndroid
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | HardwareBufferImageSiblingVkAndroid.h | 33 bool isYUV() const override;
|
D | HardwareBufferImageSiblingVkAndroid.cpp | 358 bool HardwareBufferImageSiblingVkAndroid::isYUV() const in isYUV() function in rx::HardwareBufferImageSiblingVkAndroid
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | ExternalImageSiblingImpl11.h | 32 bool isYUV() const override;
|
D | ExternalImageSiblingImpl11.cpp | 79 bool ExternalImageSiblingImpl11::isYUV() const in isYUV() function in rx::ExternalImageSiblingImpl11
|
/external/angle/src/libANGLE/renderer/metal/ |
D | ImageMtl.h | 39 bool isYUV() const override;
|
D | ImageMtl.mm | 115 bool TextureImageSiblingMtl::isYUV() const
|
/external/angle/src/tests/gl_tests/ |
D | ImageTest.cpp | 499 bool isYUV, in writeAHBData() argument 514 size_t planeHeight = (isYUV && planeIdx > 0) ? (height / 2) : height; in writeAHBData() 515 size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in writeAHBData() 771 bool isYUV = (aHardwareBufferDescription.format == AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420); in verifyResultAHB() local 786 size_t planeHeight = (isYUV && planeIdx > 0) ? (height / 2) : height; in verifyResultAHB() 787 size_t planeWidth = (isYUV && planeIdx > 0) ? (width / 2) : width; in verifyResultAHB() 810 ASSERT_FALSE(isYUV); in verifyResultAHB()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 4084 if (format.actualImageFormat().isYUV) in initExternal() 4214 if (angleFormat.isYUV) in initializeNonZeroMemory() 5529 if (vkFormat.actualImageFormat().isYUV) in stageSubresourceUpdateImpl() 5682 return mExternalFormat != 0 || mFormat->actualImageFormat().isYUV; in hasImmutableSampler()
|