Searched refs:toNonSRGBFormat (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 185 tcu::TextureFormat toNonSRGBFormat (const tcu::TextureFormat& fmt) in toNonSRGBFormat() function 3090 tcu::TextureFormat srcFmt = toNonSRGBFormat(srcRaw.getFormat()); 3095 dst = tcu::PixelBufferAccess(toNonSRGBFormat(dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitch(), dst.getSlicePitch(), dst.getDataPtr()); 3242 src = tcu::ConstPixelBufferAccess (toNonSRGBFormat(src.getFormat()), src.getWidth(), src.getHeight(), src.getDepth(), src.getRowPitch(), src.getSlicePitch(), src.getDataPtr()); 3243 dst = tcu::PixelBufferAccess (toNonSRGBFormat(dst.getFormat()), dst.getWidth(), dst.getHeight(), dst.getDepth(), dst.getRowPitch(), dst.getSlicePitch(), dst.getDataPtr());
|
Completed in 6 milliseconds