HomeSort by relevance Sort by last modified time
    Searched refs:isSRGB (Results 1 - 16 of 16) sorted by null

  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 145 void executeColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer);
147 void executeMaskedColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::Vec4& colorMaskFactor, const tcu::Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer);
rrFragmentOperations.cpp 641 void FragmentProcessor::executeColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer)
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 88 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB);
tcuCompressedTexture.cpp 255 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB)
264 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB)
    [all...]
tcuTextureUtil.hpp 47 bool isSRGB (TextureFormat format);
tcuTextureUtil.cpp 73 bool isSRGB (TextureFormat format)
    [all...]
tcuTexLookupVerifier.cpp 71 return isSRGB(access.getFormat()) ? sRGBToLinear(p) : p;
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 333 const bool isSRGB = tcu::isSRGB(texFormat);
335 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
es3fFragmentOutputTests.cpp 399 const bool isSRGB = tcu::isSRGB(dst.getFormat());
423 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y);
    [all...]
es3fFramebufferBlitTests.cpp 429 const bool srcIsSRGB = tcu::isSRGB(srcFormat);
430 const bool dstIsSRGB = tcu::isSRGB(dstFormat);
    [all...]
es3fFboTestUtil.cpp     [all...]
  /external/skia/include/core/
SkImageInfo.h 217 bool isSRGB() const { return kSRGB_SkColorProfileType == fProfileType; }
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 667 tcu::clear(refAccess, (tcu::isSRGB(format) ? tcu::linearToSRGB(color) : color));
676 DE_ASSERT(!tcu::isSRGB(format));
686 DE_ASSERT(!tcu::isSRGB(format));
697 tcu::clear(refAccess, (tcu::isSRGB(format) ? tcu::linearToSRGB(color) : color));
    [all...]
es31fTextureBorderClampTests.cpp 420 if (tcu::isSRGB(texFormat))
    [all...]

Completed in 229 milliseconds