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

/external/deqp/framework/opengl/
H A DgluTexture.hpp158 class Texture2DArray class in namespace:glu
161 Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLayers);
162 Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, int numLayers);
163 Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
164 ~Texture2DArray (void);
168 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; }
169 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; }
173 Texture2DArray (const Texture2DArray& other); // Not allowed!
174 Texture2DArray
[all...]
H A DgluTexture.cpp527 // Texture2DArray
529 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLevels) function in class:glu::Texture2DArray
542 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels) function in class:glu::Texture2DArray
555 Texture2DArray::Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams) function in class:glu::Texture2DArray
581 Texture2DArray::~Texture2DArray (void)
587 void Texture2DArray
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.hpp162 class Texture2DArray : public SupportedTextureType class in class:gl4cts::TextureFilterMinmaxUtils
165 de::MovePtr<glu::Texture2DArray> m_texture;
171 Texture2DArray();
H A Dgl4cTextureFilterMinmaxTests.cpp65 m_supportedTextureTypes.push_back(new Texture2DArray());
338 // Texture2DArray
340 TextureFilterMinmaxUtils::Texture2DArray::Texture2DArray() function in class:gl4cts::TextureFilterMinmaxUtils::Texture2DArray
345 glw::GLuint TextureFilterMinmaxUtils::Texture2DArray::getTextureGL()
350 std::vector<float> TextureFilterMinmaxUtils::Texture2DArray::getTexCoords()
356 void TextureFilterMinmaxUtils::Texture2DArray::generate(const glu::RenderContext& context, tcu::IVec3 size,
363 m_texture = de::MovePtr<glu::Texture2DArray>(new glu::Texture2DArray(context, format, type, size.x(), size.y(), 2));
367 GLU_EXPECT_NO_ERROR(gl.getError(), "glu::Texture2DArray erro
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.h329 class Texture2DArray : public Texture3D class in namespace:es2
332 explicit Texture2DArray(GLuint name);
338 ~Texture2DArray() override;
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp251 struct Texture2DArray : public TextureLayered struct in namespace:deqp::gls::FboUtil::config
/external/deqp/framework/common/
H A DtcuTexture.hpp963 class Texture2DArray : private TextureLevelPyramid class in namespace:tcu
966 Texture2DArray (const TextureFormat& format, int width, int height, int numLayers);
967 Texture2DArray (const Texture2DArray& other);
968 ~Texture2DArray (void);
990 Texture2DArray& operator= (const Texture2DArray& other);
1001 inline Vec4 Texture2DArray::sample (const Sampler& sampler, float s, float t, float r, float lod) const
1006 inline Vec4 Texture2DArray::sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec2& offset) const
1011 inline float Texture2DArray
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp218 class Texture2DArray : public Texture class in namespace:sglr::rc
221 Texture2DArray (deUint32 name = 0);
222 virtual ~Texture2DArray (void);
804 void setTex2DArrayBinding (int unit, rc::Texture2DArray* tex2DArray);
829 rc::Texture2DArray* tex2DArrayBinding;
836 rc::Texture2DArray default2DArrayTex;
891 rc::Texture2DArray m_emptyTex2DArray;

Completed in 277 milliseconds