Lines Matching refs:PixelBufferAccess
33 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width…
36 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int h…
39 PixelBufferAccess flipYAccess (const PixelBufferAccess& access);
90 void clear (const PixelBufferAccess& access, const Vec4& color);
91 void clear (const PixelBufferAccess& access, const IVec4& color);
92 void clear (const PixelBufferAccess& access, const UVec4& color);
93 void clearDepth (const PixelBufferAccess& access, float depth);
94 void clearStencil (const PixelBufferAccess& access, int stencil);
95 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& …
96 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec…
97 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& …
98 void fillWithMetaballs (const PixelBufferAccess& access, int numMetaballs, deUint32 seed);
99 void fillWithRGBAQuads (const PixelBufferAccess& access);
102 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src);
104 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterM…
142 PixelBufferAccess getEffectiveDepthStencilAccess (const PixelBufferAccess& baseAccess, Sampler:…