Searched defs:Texture2D (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTexture.hpp69 class Texture2D class in namespace:glu
72 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
73 Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height);
74 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
75 ~Texture2D (void);
79 tcu::Texture2D& getRefTexture (void) { return m_refTexture; }
80 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; }
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
85 static Texture2D* creat
[all...]
H A DgluTexture.cpp103 // Texture2D
105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height) function in class:glu::Texture2D
117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) function in class:glu::Texture2D
129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) function in class:glu::Texture2D
155 Texture2D::~Texture2D (void)
161 void Texture2D
[all...]
/external/opencv3/modules/core/include/opencv2/core/
H A Dopengl.hpp282 class CV_EXPORTS Texture2D class in namespace:cv::ogl
297 Creates empty ogl::Texture2D object, allocates memory for ogl::Texture2D object or copies from
300 Texture2D();
303 Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease = false);
306 Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease = false);
311 @param aformat Image format. See cv::ogl::Texture2D::Format .
314 Texture2D(int arows, int acols, Format aformat, bool autoRelease = false);
318 @param aformat Image format. See cv::ogl::Texture2D::Format .
321 Texture2D(Siz
616 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE) function in class:cv::ogl::Texture2D
622 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE) function in class:cv::ogl::Texture2D
[all...]
H A Dbase.hpp628 class CV_EXPORTS Texture2D; member in namespace:cv::ogl
/external/opencv3/modules/core/src/
H A Dopengl.cpp834 class cv::ogl::Texture2D::Impl
840 class cv::ogl::Texture2D::Impl
865 const Ptr<cv::ogl::Texture2D::Impl> cv::ogl::Texture2D::Impl::empty()
871 cv::ogl::Texture2D::Impl::Impl() : texId_(0), autoRelease_(false)
875 cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId), autoRelease_(autoRelease)
880 cv::ogl::Texture2D::Impl::Impl(GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels, bool autoRelease) : texId_(0), autoRelease_(autoRelease)
900 cv::ogl::Texture2D::Impl::~Impl()
906 void cv::ogl::Texture2D::Impl::copyFrom(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
921 void cv::ogl::Texture2D
941 cv::ogl::Texture2D::Texture2D() : rows_(0), cols_(0), format_(NONE) function in class:cv::ogl::Texture2D
950 cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease) : rows_(0), cols_(0), format_(NONE) function in class:cv::ogl::Texture2D
967 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease) : rows_(0), cols_(0), format_(NONE) function in class:cv::ogl::Texture2D
983 cv::ogl::Texture2D::Texture2D(InputArray arr, bool autoRelease) : rows_(0), cols_(0), format_(NONE) function in class:cv::ogl::Texture2D
[all...]
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp233 struct Texture2D : public TextureFlat struct in namespace:deqp::gls::FboUtil::config
/external/deqp/framework/common/
H A DtcuTexture.hpp677 class Texture2D : private TextureLevelPyramid class in namespace:tcu
680 Texture2D (const TextureFormat& format, int width, int height);
681 Texture2D (const Texture2D& other);
682 ~Texture2D (void);
705 Texture2D& operator= (const Texture2D& other);
715 inline Vec4 Texture2D::sample (const Sampler& sampler, float s, float t, float lod) const
720 inline Vec4 Texture2D::sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset) const
725 inline float Texture2D
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp167 class Texture2D : public Texture class in namespace:sglr::rc
170 Texture2D (deUint32 name = 0);
171 virtual ~Texture2D (void);
795 const rc::Texture2D& getTexture2D (int unitNdx) const;
802 void setTex2DBinding (int unit, rc::Texture2D* tex2D);
827 rc::Texture2D* tex2DBinding;
834 rc::Texture2D default2DTex;
889 rc::Texture2D m_emptyTex2D;

Completed in 230 milliseconds