HomeSort by relevance Sort by last modified time
    Searched defs:TextureCube (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/opengl/
gluTexture.hpp 105 class TextureCube
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 (const TextureCube& other); // Not allowed
    [all...]
gluTexture.cpp 286 // TextureCube
288 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams)
316 TextureCube::TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size)
328 TextureCube::TextureCube (const RenderContext& context, deUint32 internalFormat, int size)
340 TextureCube::~TextureCube (void)
346 void TextureCube::upload (void
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h 265 D3D10_TEXCUBE_SRV TextureCube;
    [all...]
d3d10.h 1066 D3D10_TEXCUBE_SRV TextureCube;
    [all...]
d3d11.h     [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 787 class TextureCube
790 TextureCube (const TextureFormat& format, int size);
791 TextureCube (const TextureCube& other);
792 ~TextureCube (void);
811 TextureCube& operator= (const TextureCube& other);
825 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const
830 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lod) const
835 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) cons
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 193 class TextureCube : public Texture
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);
    [all...]

Completed in 214 milliseconds