Home
last modified time | relevance | path

Searched defs:allowSRGBInputs (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLProgram.cpp167 bool allowSRGBInputs, in bindTextures()
188 void GrGLProgram::generateMipmaps(const GrResourceIOProcessor& processor, bool allowSRGBInputs) { in generateMipmaps()
DGrGLGpu.cpp2920 void GrGLGpu::bindTexture(int unitIdx, const GrSamplerParams& params, bool allowSRGBInputs, in bindTexture()
3108 void GrGLGpu::generateMipmaps(const GrSamplerParams& params, bool allowSRGBInputs, in generateMipmaps()
/external/skia/src/gpu/
DGrPaint.h69 void setAllowSRGBInputs(bool allowSRGBInputs) { fAllowSRGBInputs = allowSRGBInputs; } in setAllowSRGBInputs()
/external/skia/src/gpu/vk/
DGrVkPipelineState.cpp375 bool allowSRGBInputs) { in writeSamplers()