Home | History | Annotate | Download | only in common

Lines Matching refs:ConstPixelBufferAccess

114 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int width, int height, int depth)
119 return ConstPixelBufferAccess(access.getFormat(), width, height, depth, access.getRowPitch(), access.getSlicePitch(),
166 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width, int height)
190 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access)
195 return ConstPixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
777 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src)
820 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterMode filter)
846 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal)
895 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias)