Searched defs:sRGB (Results 1 – 18 of 18) sorted by relevance
94 NineSurface9_GetSurface( struct NineSurface9 *This, int sRGB ) in NineSurface9_GetSurface()
127 NineBaseTexture9_GetSamplerView( struct NineBaseTexture9 *This, const int sRGB ) in NineBaseTexture9_GetSamplerView()
491 const int sRGB ) in NineBaseTexture9_UpdateSamplerView()
696 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in update_framebuffer() local974 int sRGB; in update_textures_and_samplers() local1022 int sRGB; in update_textures_and_samplers() local2412 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in CSMT_ITEM_NO_WAIT() local
139 bool sRGB : 1; member206 bool sRGB; member in sw::Sampler
281 void Sampler::setReadSRGB(bool sRGB) in setReadSRGB()
411 void PixelProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()528 void PixelProcessor::setWriteSRGB(bool sRGB) in setWriteSRGB()
454 bool Context::setWriteSRGB(bool sRGB) in setWriteSRGB()
569 void VertexProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB()
2277 void Renderer::setReadSRGB(SamplerType type, int sampler, bool sRGB) in setReadSRGB()
49 sRGB(unsigned int i) in sRGB() function
1048 Float4 sRGB = sqrtx * Float4(1.14f) - x * Float4(0.14f); in linearToSRGB() local
423 bool CPDF_ColorSpace::sRGB() const { in sRGB() function in CPDF_ColorSpace
942 void Renderer::setFramebufferSRGB (const bool sRGB) in setFramebufferSRGB()
426 const tcu::Vec4 sRGB = tcu::linearToSRGB(normalizedRange); in mapToFormatColorRepresentable() local
1568 deUint8 sRGB[MAX_BLOCK_WIDTH*MAX_BLOCK_HEIGHT*4]; in decompress() member2932 deUint8 sRGB[MAX_BLOCK_WIDTH*MAX_BLOCK_HEIGHT*4]; in isValidBlock() member
60 sRGB, enumerator
173 sRGB(double linear /*range 0.0 .. 1.0*/) in sRGB() function