/external/skia/src/core/ |
D | SkColorSpace.cpp | 279 bool SkColorSpace::isSRGB() const { in isSRGB() function in SkColorSpace
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 642 …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/ |
D | tcuAstcUtil.cpp | 456 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
|
D | tcuCompressedTexture.cpp | 244 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB) in getAstcFormatByBlockSize()
|
D | tcuTextureUtil.cpp | 102 bool isSRGB (TextureFormat format) in isSRGB() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 334 const bool isSRGB = tcu::isSRGB(texFormat); in iterate() local
|
D | es3fFragmentOutputTests.cpp | 399 const bool isSRGB = tcu::isSRGB(dst.getFormat()); in renderFloatReference() local
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1002 bool PixelRoutine::isSRGB(int index) const in isSRGB() function in sw::PixelRoutine
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 2424 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/ |
D | es31fTextureBorderClampTests.cpp | 930 …const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu:… in verifyImage() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3374 bool isSRGB = tcu::isSRGB(colorBuf0.raw().getFormat()); in clear() local
|