• Home
  • Raw
  • Download

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()
88 const RenderContext& m_context;
106 …ImmutableTexture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
125 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
126 TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size);
127 TextureCube (const RenderContext& context, deUint32 internalFormat, int size);
136 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
137 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
145 const RenderContext& m_context;
161 …Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int…
162 …Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, in…
163 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con…
179 const RenderContext& m_context;
195 …Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int…
196 …Texture1DArray (const RenderContext& context, deUint32 internalFormat, int width, int numLayers);
209 const RenderContext& m_context;
224 …Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int heig…
225 …Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int dep…
226 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
241 const RenderContext& m_context;
257 …TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, int …
258 … TextureCubeArray (const RenderContext& context, deUint32 internalFormat, int size, int numLayers);
272 const RenderContext& m_context;
287 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
288 …TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t o…
314 const RenderContext& m_context;