Lines Matching refs:access

33 PixelBufferAccess		getSubregion				(const PixelBufferAccess& access, int x, int y, int z, int width, int height, int depth);
34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int width, int height, int depth);
36 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int height);
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width, int height);
39 PixelBufferAccess flipYAccess (const PixelBufferAccess& access);
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
72 * \brief Texture access type
115 void clear (const PixelBufferAccess& access, const Vec4& color);
116 void clear (const PixelBufferAccess& access, const IVec4& color);
117 void clear (const PixelBufferAccess& access, const UVec4& color);
118 void clearDepth (const PixelBufferAccess& access, float depth);
119 void clearStencil (const PixelBufferAccess& access, int stencil);
120 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
121 void fillWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
122 void fillWithComponentGradients3 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
123 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
124 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& colorB);
125 void fillWithMetaballs (const PixelBufferAccess& access, int numMetaballs, deUint32 seed);
126 void fillWithRGBAQuads (const PixelBufferAccess& access);
133 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
134 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
163 //! returns the currently effective access to an access with a given sampler mode, e.g.
165 //! stencil access. Identity for non-combined formats.
170 //! storage for access storage storage