/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 255 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB) in getAstcFormatByBlockSize() argument 264 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB) in getAstcFormatByBlockSize() 1356 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock() argument 1358 if (isSRGB) in setASTCErrorColorBlock() 1384 …void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode) in decodeVoidExtentBlock() argument 1395 setASTCErrorColorBlock(dst, blockWidth, blockHeight, isSRGB); in decodeVoidExtentBlock() 1407 if (isSRGB) in decodeVoidExtentBlock() 2307 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors() argument 2327 if (isSRGB) in setTexelColors() 2348 const deUint32 c0 = (e0[channelNdx] << 8) | (isSRGB ? 0x80 : e0[channelNdx]); in setTexelColors() [all …]
|
D | tcuCompressedTexture.hpp | 88 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB);
|
D | tcuTextureUtil.hpp | 47 bool isSRGB (TextureFormat format);
|
D | tcuTextureUtil.cpp | 73 bool isSRGB (TextureFormat format) in isSRGB() function
|
D | tcuTexLookupVerifier.cpp | 71 return isSRGB(access.getFormat()) ? sRGBToLinear(p) : p; in lookup()
|
D | tcuTexture.cpp | 1235 return isSRGB(access.getFormat()) ? sRGBToLinear(p) : p; in lookup()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.hpp | 145 …xOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelB… 147 …u::Vec4& colorMaskFactor, const tcu::Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelB…
|
D | rrFragmentOperations.cpp | 641 …xOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelB… in executeColorWrite() argument 654 if (isSRGB) in executeColorWrite() 685 …, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelB… in executeMaskedColorWrite() argument 699 if (isSRGB) in executeMaskedColorWrite() 772 bool sRGBTarget = state.sRGBEnabled && tcu::isSRGB(colorBuffer.getFormat()); in render()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 333 const bool isSRGB = tcu::isSRGB(texFormat); in iterate() local 335 …const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 … in iterate()
|
D | es3fFragmentOutputTests.cpp | 399 const bool isSRGB = tcu::isSRGB(dst.getFormat()); in renderFloatReference() local 423 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y); in renderFloatReference()
|
D | es3fFramebufferBlitTests.cpp | 429 const bool srcIsSRGB = tcu::isSRGB(srcFormat); in compare() 430 const bool dstIsSRGB = tcu::isSRGB(dstFormat); in compare()
|
D | es3fFboTestUtil.cpp | 1102 DE_ASSERT(dst.type == tcu::TextureFormat::UNORM_INT8 && tcu::isSRGB(dst)); in getToSRGBConversionThreshold()
|
/external/skia/include/core/ |
D | SkImageInfo.h | 217 bool isSRGB() const { return kSRGB_SkColorProfileType == fProfileType; } in isSRGB() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 667 tcu::clear(refAccess, (tcu::isSRGB(format) ? tcu::linearToSRGB(color) : color)); in genRenderbufferImage() 676 DE_ASSERT(!tcu::isSRGB(format)); in genRenderbufferImage() 686 DE_ASSERT(!tcu::isSRGB(format)); in genRenderbufferImage() 697 tcu::clear(refAccess, (tcu::isSRGB(format) ? tcu::linearToSRGB(color) : color)); in genRenderbufferImage()
|
D | es31fTextureBorderClampTests.cpp | 420 if (tcu::isSRGB(texFormat)) in mapToFormatColorRepresentable() 926 …const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu:… in verifyImage() local 927 const int colorErrorBits = (isNearestOnly && !isSRGB) ? (1) : (2); in verifyImage()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3044 bool srcIsSRGB = tcu::isSRGB(src.raw().getFormat()); in blitResolveMultisampleFramebuffer() 3045 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitResolveMultisampleFramebuffer() 3197 bool srcIsSRGB = tcu::isSRGB(src.getFormat()); in blitFramebuffer() 3198 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitFramebuffer() 3374 bool isSRGB = tcu::isSRGB(colorBuf0.raw().getFormat()); in clear() local 3375 …Vec4 c = (isSRGB && m_sRGBUpdateEnabled) ? tcu::linearToSRGB(m_clearColor) : m_clearColor; in clear() 3485 if (m_sRGBUpdateEnabled && tcu::isSRGB(access.raw().getFormat())) in clearBufferfv()
|