HomeSort by relevance Sort by last modified time
    Searched refs:getAllowSRGBInputs (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/gl/
GrGLProgram.cpp 87 this->bindTextures(primProc, pipeline.getAllowSRGBInputs(), &nextTexSamplerIdx,
108 this->generateMipmaps(primProc, pipeline.getAllowSRGBInputs());
112 this->generateMipmaps(*fp, pipeline.getAllowSRGBInputs());
128 this->bindTextures(*fp, pipeline.getAllowSRGBInputs(), nextTexSamplerIdx,
  /external/skia/src/gpu/
GrPipeline.h 63 if (paint.getAllowSRGBInputs()) {
227 bool getAllowSRGBInputs() const {
GrPaint.h 70 bool getAllowSRGBInputs() const { return fAllowSRGBInputs; }
  /external/skia/src/gpu/instanced/
InstancedOp.cpp 22 , fAllowsSRGBInputs(paint.getAllowSRGBInputs())
  /external/skia/src/gpu/vk/
GrVkPipelineState.cpp 283 this->writeSamplers(gpu, textureBindings, pipeline.getAllowSRGBInputs());
  /external/skia/src/gpu/ops/
GrDashOp.cpp 314 , fAllowsSRGBInputs(paint.getAllowSRGBInputs())
    [all...]

Completed in 76 milliseconds