Home | History | Annotate | Download | only in common

Lines Matching full:texture3d

1067 class Texture3D : private TextureLevelPyramid
1070 Texture3D (const TextureFormat& format, int width, int height, int depth);
1071 Texture3D (const Texture3D& other);
1072 ~Texture3D (void);
1089 Texture3D& operator= (const Texture3D& other);
1100 inline Vec4 Texture3D::sample (const Sampler& sampler, float s, float t, float r, float lod) const
1105 inline Vec4 Texture3D::sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec3& offset) const