Lines Matching refs:access
33 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width…
34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, …
36 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int h…
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int wid…
39 PixelBufferAccess flipYAccess (const PixelBufferAccess& access);
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
113 void clear (const PixelBufferAccess& access, const Vec4& color);
114 void clear (const PixelBufferAccess& access, const IVec4& color);
115 void clear (const PixelBufferAccess& access, const UVec4& color);
116 void clearDepth (const PixelBufferAccess& access, float depth);
117 void clearStencil (const PixelBufferAccess& access, int stencil);
118 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& …
119 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec…
120 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& …
121 void fillWithMetaballs (const PixelBufferAccess& access, int numMetaballs, deUint32 seed);
122 void fillWithRGBAQuads (const PixelBufferAccess& access);
129 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
130 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);