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 t…
73 …Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int hei…
74 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
85 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… in create()
93 const RenderContext& m_context;
112 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
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, con…
124 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
132 const RenderContext& m_context;
148 …Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int…
149 …Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, in…
150 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con…
166 const RenderContext& m_context;
182 …Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int…
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 heig…
212 …Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int dep…
213 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
228 const RenderContext& m_context;
244 …TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, int …
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 o…
302 const RenderContext& m_context;