Searched refs:GetSRGB (Results 1 – 16 of 16) sorted by relevance
133 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()354 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
148 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()386 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
153 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()439 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
153 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()458 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
3080 … bool sRGBWrite = renderTargets_[0] ? renderTargets_[0]->GetParentTexture()->GetSRGB() : sRGB_; in PrepareDraw()
23 bool GetSRGB() const;
45 bool GetSRGB() const;
104 bool GetSRGB() const { return sRGB_; } in GetSRGB() function
313 bool GetSRGB() const { return sRGB_; } in GetSRGB() function
2073 bool sRGB = renderTarget_ ? renderTarget_->GetParentTexture()->GetSRGB() : graphics_->GetSRGB(); in AllocateScreenBuffers()
44 :SetChecked(graphics:GetSRGB())
89 ->SetChecked(GetSubsystem<Graphics>()->GetSRGB()); in Start()
1530 bool sRGB = texture->GetSRGB(); in SetTexture()1623 bool sRGBWrite = renderTarget ? renderTarget->GetParentTexture()->GetSRGB() : sRGB_; in SetRenderTarget()
962 …engine->RegisterObjectMethod(className, "bool get_sRGB() const", asMETHOD(T, GetSRGB), asCALL_THIS… in RegisterTexture()
1896 …engine->RegisterObjectMethod("Graphics", "bool get_sRGB() const", asMETHOD(Graphics, GetSRGB), asC… in RegisterGraphics()
2599 - bool GetSRGB() const6740 - bool GetSRGB() const