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

/external/skia/bench/
H A DSkLinearBitmapPipelineBench.cpp23 bool isSRGB,
28 : fIsSRGB(isSRGB)
120 bool isSRGB,
125 : CommonBitmapFPBenchmark(srcSize, isSRGB, m, useBilerp, xTile, yTile) { }
168 bool isSRGB,
173 : CommonBitmapFPBenchmark(srcSize, isSRGB, m, useBilerp, xTile, yTile) { }
21 CommonBitmapFPBenchmark( SkISize srcSize, bool isSRGB, SkMatrix m, bool useBilerp, SkShader::TileMode xTile, SkShader::TileMode yTile) argument
118 SkBitmapFPGeneral( SkISize srcSize, bool isSRGB, SkMatrix m, bool useBilerp, SkShader::TileMode xTile, SkShader::TileMode yTile) argument
166 SkBitmapFPOrigShader( SkISize srcSize, bool isSRGB, SkMatrix m, bool useBilerp, SkShader::TileMode xTile, SkShader::TileMode yTile) argument
/external/skia/src/core/
H A DSkColorSpace.cpp279 bool SkColorSpace::isSRGB() const { function in class:SkColorSpace
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp334 const bool isSRGB = tcu::isSRGB(texFormat); local
336 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
H A Des3fFragmentOutputTests.cpp399 const bool isSRGB = tcu::isSRGB(dst.getFormat()); local
423 dst.setPixel(isSRGB ? tcu::linearToSRGB(color) : color, x, y);
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp642 void FragmentProcessor::executeColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer) argument
655 if (isSRGB)
686 void FragmentProcessor::executeMaskedColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer) argument
700 if (isSRGB)
777 bool sRGBTarget = state.sRGBEnabled && tcu::isSRGB(colorBuffer.getFormat());
/external/swiftshader/src/Shader/
H A DPixelRoutine.cpp1001 bool PixelRoutine::isSRGB(int index) const function in class:sw::PixelRoutine
1153 if((postBlendSRGB && state.writeSRGB) || isSRGB(index))
1375 if((postBlendSRGB && state.writeSRGB) || isSRGB(index))
2092 if((postBlendSRGB && state.writeSRGB) || isSRGB(index))
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp244 CompressedTexFormat getAstcFormatByBlockSize (const IVec3& size, bool isSRGB) argument
253 if (isAstcFormat(fmt) && getBlockPixelSize(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Dformats.h243 bool isSRGB; member in struct:SWR_FORMAT_INFO
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp560 TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx);
587 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx) argument
592 , m_isSRGB (isSRGB)
1088 bool isSRGB; local
1090 isSRGB = true;
1092 isSRGB = false;
1094 FboSp framebuffer(new TestFramebuffer(m_context, fboConfigList[idx].fboTargetType, fboConfigList[idx].fboColorAttachment, texture->getHandle(), isSRGB, fboConfigList[idx].fboType, idx));
/external/swiftshader/src/Renderer/
H A DSurface.cpp2456 void Surface::decodeETC2(Buffer &internal, const Buffer &external, int nbAlphaBits, bool isSRGB) argument
2461 if(isSRGB)
2523 void Surface::decodeASTC(Buffer &internal, const Buffer &external, int xBlockSize, int yBlockSize, int zBlockSize, bool isSRGB) argument
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1999 const bool srcIsSRGB = tcu::isSRGB(srcFormat);
2137 const bool isSRGB; member in struct:vkt::api::__anon3769::Capture
2140 source, result, sampler, precision, tcu::isSRGB(result.getFormat())
2154 if (c.isSRGB)
2339 return isSRGB(format) ? linearToSRGB(color) : color;

Completed in 615 milliseconds