Searched defs:TextureCube (Results 1 - 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
H A D | gluTexture.hpp | 105 class TextureCube class in namespace:glu 112 TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams()); 113 TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size); 114 TextureCube (const RenderContext& context, deUint32 internalFormat, int size); 115 ~TextureCube (void); 119 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } 120 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } 123 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames); 124 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames); 127 TextureCube (cons [all...] |
H A D | gluTexture.cpp | 286 // TextureCube 288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& 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) 346 void TextureCube [all...] |
/external/deqp/framework/common/ |
H A D | tcuTexture.hpp | 773 class TextureCube class in namespace:tcu 776 TextureCube (const TextureFormat& format, int size); 777 TextureCube (const TextureCube& other); 778 ~TextureCube (void); 797 TextureCube& operator= (const TextureCube& other); 811 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const 816 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const 821 inline Vec4 TextureCube [all...] |
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 193 class TextureCube : public Texture class in namespace:sglr::rc 196 TextureCube (deUint32 name = 0); 197 virtual ~TextureCube (void); 796 const rc::TextureCube& getTextureCube (int unitNdx) const; 803 void setTexCubeBinding (int unit, rc::TextureCube* texCube); 828 rc::TextureCube* texCubeBinding; 835 rc::TextureCube defaultCubeTex; 890 rc::TextureCube m_emptyTexCube;
|
Completed in 7571 milliseconds