Searched defs:TextureCube (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTexture.hpp104 class TextureCube class in namespace:glu
111 TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::CompressedTexture::DecompressionParams& = tcu::CompressedTexture::DecompressionParams(false));
112 TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size);
113 TextureCube (const RenderContext& context, deUint32 internalFormat, int size);
114 ~TextureCube (void);
118 tcu::TextureCube& getRefTexture (void) { return m_refTexture; }
119 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; }
122 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
123 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
126 TextureCube (cons
[all...]
H A DgluTexture.cpp286 // TextureCube
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::CompressedTexture::DecompressionParams& decompressionParams) function in class:glu::TextureCube
316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size) function in class:glu::TextureCube
328 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size) function in class:glu::TextureCube
340 TextureCube::~TextureCube (void)
362 void TextureCube
[all...]
/external/deqp/framework/common/
H A DtcuTexture.hpp698 class TextureCube class in namespace:tcu
701 TextureCube (const TextureFormat& format, int size);
702 TextureCube (const TextureCube& other);
703 ~TextureCube (void);
722 TextureCube& operator= (const TextureCube& other);
736 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const
741 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const
746 inline Vec4 TextureCube
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp188 class TextureCube : public Texture class in namespace:sglr::rc
191 TextureCube (deUint32 name = 0);
192 virtual ~TextureCube (void);
791 const rc::TextureCube& getTextureCube (int unitNdx) const;
798 void setTexCubeBinding (int unit, rc::TextureCube* texCube);
823 rc::TextureCube* texCubeBinding;
830 rc::TextureCube defaultCubeTex;
885 rc::TextureCube m_emptyTexCube;

Completed in 118 milliseconds