Lines Matching refs:ConstPixelBufferAccess
34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, …
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int wid…
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
125 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src);
127 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterM…
129 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
130 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
166 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess,…
171 …xtureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
172 …xtureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
173 …xtureView (const tcu::Texture3DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
174 …eView (const tcu::Texture1DArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
175 …eView (const tcu::Texture2DArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
176 …tureView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
177 …View (const tcu::TextureCubeArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…