Home | History | Annotate | Download | only in opengl

Lines Matching refs:RenderContext

46 							Texture1D				(const RenderContext& context, deUint32 format, deUint32 dataType, int width);
47 Texture1D (const RenderContext& context, deUint32 internalFormat, int width);
60 const RenderContext& m_context;
72 Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
73 Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height);
74 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
85 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); }
93 const RenderContext& m_context;
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);
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);
132 const RenderContext& m_context;
148 Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLayers);
149 Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, int numLayers);
150 Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
166 const RenderContext& m_context;
182 Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int numLayers);
183 Texture1DArray (const RenderContext& context, deUint32 internalFormat, int width, int numLayers);
196 const RenderContext& m_context;
211 Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int depth);
212 Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int depth);
213 Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
228 const RenderContext& m_context;
244 TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, int numLayers);
245 TextureCubeArray (const RenderContext& context, deUint32 internalFormat, int size, int numLayers);
259 const RenderContext& m_context;
274 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
275 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const void* data = DE_NULL);
301 const RenderContext& m_context;