Home
last modified time | relevance | path

Searched refs:allowSRGB (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkTexture.cpp160 const GrVkImageView* GrVkTexture::textureView(bool allowSRGB) { in textureView() argument
162 if (allowSRGB || !GrVkFormatIsSRGB(fInfo.fFormat, &linearFormat)) { in textureView()
DGrVkTexture.h32 const GrVkImageView* textureView(bool allowSRGB);