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

/external/deqp/framework/opengl/
H A DgluTexture.hpp118 class TextureCube class in namespace:glu
125 TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
126 TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size);
127 TextureCube (const RenderContext& context, deUint32 internalFormat, int size);
128 ~TextureCube (void);
132 tcu::TextureCube& getRefTexture (void) { return m_refTexture; }
133 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; }
136 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
137 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
140 TextureCube (cons
[all...]
H A DgluTexture.cpp320 // TextureCube
322 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) function in class:glu::TextureCube
350 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size) function in class:glu::TextureCube
362 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size) function in class:glu::TextureCube
374 TextureCube::~TextureCube (void)
380 void TextureCube
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.hpp192 class TextureCube : public SupportedTextureType class in class:gl4cts::TextureFilterMinmaxUtils
195 de::MovePtr<glu::TextureCube> m_texture;
201 TextureCube();
H A Dgl4cTextureFilterMinmaxTests.cpp67 m_supportedTextureTypes.push_back(new TextureCube());
422 // TextureCube
424 TextureFilterMinmaxUtils::TextureCube::TextureCube() : SupportedTextureType(GL_TEXTURE_CUBE_MAP, "vec3", "samplerCube") function in class:gl4cts::TextureFilterMinmaxUtils::TextureCube
428 glw::GLuint TextureFilterMinmaxUtils::TextureCube::getTextureGL()
433 std::vector<float> TextureFilterMinmaxUtils::TextureCube::getTexCoords()
439 void TextureFilterMinmaxUtils::TextureCube::generate(const glu::RenderContext& context, tcu::IVec3 size,
446 m_texture = de::MovePtr<glu::TextureCube>(new glu::TextureCube(context, format, type, size.x()));
451 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::TextureCube erro
[all...]
/external/deqp/framework/common/
H A DtcuTexture.hpp790 class TextureCube class in namespace:tcu
793 TextureCube (const TextureFormat& format, int size);
794 TextureCube (const TextureCube& other);
795 ~TextureCube (void);
814 TextureCube& operator= (const TextureCube& other);
828 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const
833 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const
838 inline Vec4 TextureCube
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp193 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 207 milliseconds