Home
last modified time | relevance | path

Searched defs:sRGB (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dsurface9.h94 NineSurface9_GetSurface( struct NineSurface9 *This, int sRGB ) in NineSurface9_GetSurface()
Dbasetexture9.h127 NineBaseTexture9_GetSamplerView( struct NineBaseTexture9 *This, const int sRGB ) in NineBaseTexture9_GetSamplerView()
Dbasetexture9.c491 const int sRGB ) in NineBaseTexture9_UpdateSamplerView()
Dnine_state.c696 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in update_framebuffer() local
974 int sRGB; in update_textures_and_samplers() local
1022 int sRGB; in update_textures_and_samplers() local
2412 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in CSMT_ITEM_NO_WAIT() local
/external/swiftshader/src/Renderer/
DSampler.hpp139 bool sRGB : 1; member
206 bool sRGB; member in sw::Sampler
DSampler.cpp281 void Sampler::setReadSRGB(bool sRGB) in setReadSRGB()
DPixelProcessor.cpp411 void PixelProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
528 void PixelProcessor::setWriteSRGB(bool sRGB) in setWriteSRGB()
DContext.cpp454 bool Context::setWriteSRGB(bool sRGB) in setWriteSRGB()
DVertexProcessor.cpp569 void VertexProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
DRenderer.cpp2277 void Renderer::setReadSRGB(SamplerType type, int sampler, bool sRGB) in setReadSRGB()
/external/libpng/contrib/tools/
DmakesRGB.c49 sRGB(unsigned int i) in sRGB() function
/external/swiftshader/src/Shader/
DPixelProgram.cpp1048 Float4 sRGB = sqrtx * Float4(1.14f) - x * Float4(0.14f); in linearToSRGB() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp423 bool CPDF_ColorSpace::sRGB() const { in sRGB() function in CPDF_ColorSpace
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp942 void Renderer::setFramebufferSRGB (const bool sRGB) in setFramebufferSRGB()
Des31fTextureBorderClampTests.cpp426 const tcu::Vec4 sRGB = tcu::linearToSRGB(normalizedRange); in mapToFormatColorRepresentable() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp1568 deUint8 sRGB[MAX_BLOCK_WIDTH*MAX_BLOCK_HEIGHT*4]; in decompress() member
2932 deUint8 sRGB[MAX_BLOCK_WIDTH*MAX_BLOCK_HEIGHT*4]; in isValidBlock() member
DtcuTexture.hpp60 sRGB, enumerator
/external/libpng/contrib/libtests/
Dpngstest.c173 sRGB(double linear /*range 0.0 .. 1.0*/) in sRGB() function