Home
last modified time | relevance | path

Searched refs:isYUV (Results 1 – 25 of 29) sorted by relevance

12

/external/skqp/tools/
DDDLPromiseImageHelper.h139 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()
DDDLPromiseImageHelper.cpp117 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/
DDDLPromiseImageHelper.h141 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()
DDDLPromiseImageHelper.cpp46 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/
DDmaBufImageSiblingEGL.cpp35 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
DDmaBufImageSiblingEGL.h30 bool isYUV() const override;
/external/angle/src/libANGLE/renderer/
DFormat.h47 bool isYUV,
111 bool isYUV; member
151 bool isYUV, in Format() argument
181 isYUV(isYUV), in Format()
DImageImpl.h42 virtual bool isYUV() const = 0;
/external/angle/src/common/
Dandroid_util.cpp222 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/
DFramebufferAttachment.h138 bool isYUV() const;
214 virtual bool isYUV() const = 0;
282 inline bool FramebufferAttachment::isYUV() const in isYUV() function
285 return mResource->isYUV(); in isYUV()
DImage.cpp133 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()
DImage.h54 bool isYUV() const override;
101 bool isYUV() const override;
160 bool isYUV() const;
DSurface.h149 bool isYUV() const override;
DSurface.cpp583 bool Surface::isYUV() const in isYUV() function in egl::Surface
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp122 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/
DNativeBufferImageSiblingAndroid.h30 bool isYUV() const override;
DNativeBufferImageSiblingAndroid.cpp48 bool NativeBufferImageSiblingAndroid::isYUV() const in isYUV() function in rx::NativeBufferImageSiblingAndroid
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.h33 bool isYUV() const override;
DHardwareBufferImageSiblingVkAndroid.cpp358 bool HardwareBufferImageSiblingVkAndroid::isYUV() const in isYUV() function in rx::HardwareBufferImageSiblingVkAndroid
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.h32 bool isYUV() const override;
DExternalImageSiblingImpl11.cpp79 bool ExternalImageSiblingImpl11::isYUV() const in isYUV() function in rx::ExternalImageSiblingImpl11
/external/angle/src/libANGLE/renderer/metal/
DImageMtl.h39 bool isYUV() const override;
DImageMtl.mm115 bool TextureImageSiblingMtl::isYUV() const
/external/angle/src/tests/gl_tests/
DImageTest.cpp499 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/
Dvk_helpers.cpp4084 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()

12