Home
last modified time | relevance | path

Searched defs:isSRGB (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/core/
DSkColorSpace.cpp279 bool SkColorSpace::isSRGB() const { in isSRGB() function in SkColorSpace
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp642 …gNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::Pix… in executeColorWrite()
686 …nts, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::Pix… in executeMaskedColorWrite()
/external/deqp/framework/common/
DtcuAstcUtil.cpp456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock()
484 …void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode) in decodeVoidExtentBlock()
1397 …int numPartitions, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode, const deUint32* c… in setTexelColors()
1474 …ck (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDR) in decompressBlock()
1559 void decompress (const PixelBufferAccess& dst, const deUint8* data, bool isSRGB, bool isLDR) in decompress()
2924 const bool isSRGB = isAstcSRGBFormat(format); in isValidBlock() local
DtcuCompressedTexture.cpp244 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB) in getAstcFormatByBlockSize()
DtcuTextureUtil.cpp102 bool isSRGB (TextureFormat format) in isSRGB() function
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp334 const bool isSRGB = tcu::isSRGB(texFormat); in iterate() local
Des3fFragmentOutputTests.cpp399 const bool isSRGB = tcu::isSRGB(dst.getFormat()); in renderFloatReference() local
/external/swiftshader/src/Shader/
DPixelRoutine.cpp1002 bool PixelRoutine::isSRGB(int index) const in isSRGB() function in sw::PixelRoutine
/external/swiftshader/src/Renderer/
DSurface.cpp2424 void Surface::decodeETC2(Buffer &internal, const Buffer &external, int nbAlphaBits, bool isSRGB) in decodeETC2()
2491 …fer &internal, const Buffer &external, int xBlockSize, int yBlockSize, int zBlockSize, bool isSRGB) in decodeASTC()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp930 …const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu:… in verifyImage() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3374 bool isSRGB = tcu::isSRGB(colorBuf0.raw().getFormat()); in clear() local