• Home
  • Raw
  • Download

Lines Matching refs:RenderContext

45 							Texture1D				(const RenderContext& context, deUint32 format, deUint32 dataType, int width);
46 Texture1D (const RenderContext& context, deUint32 internalFormat, int width);
59 const RenderContext& m_context;
71 …Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const t…
72 …Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int hei…
73 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
82 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const…
84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… in create()
92 const RenderContext& m_context;
111 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const…
112 TextureCube (const RenderContext& context, deUint32 format, deUint32 dataType, int size);
113 TextureCube (const RenderContext& context, deUint32 internalFormat, int size);
122 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
123 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con…
131 const RenderContext& m_context;
147 …Texture2DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int…
148 …Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, in…
161 const RenderContext& m_context;
176 …Texture1DArray (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int…
177 …Texture1DArray (const RenderContext& context, deUint32 internalFormat, int width, int numLayers);
190 const RenderContext& m_context;
205 …Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int heig…
206 …Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int dep…
219 const RenderContext& m_context;
234 …TextureCubeArray (const RenderContext& context, deUint32 format, deUint32 dataType, int size, int …
235 … TextureCubeArray (const RenderContext& context, deUint32 internalFormat, int size, int numLayers);
248 const RenderContext& m_context;
262 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
263 …TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t o…
290 const RenderContext& m_context;