Lines Matching refs:internalFormat
47 Texture1D (const RenderContext& context, deUint32 internalFormat, int width);
74 Texture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
106 …ImmutableTexture2D (const RenderContext& context, deUint32 internalFormat, int width, int height);
127 TextureCube (const RenderContext& context, deUint32 internalFormat, int size);
162 …Texture2DArray (const RenderContext& context, deUint32 internalFormat, int width, int height, in…
196 …Texture1DArray (const RenderContext& context, deUint32 internalFormat, int width, int numLayers);
225 …Texture3D (const RenderContext& context, deUint32 internalFormat, int width, int height, int dep…
258 … TextureCubeArray (const RenderContext& context, deUint32 internalFormat, int size, int numLayers);
287 TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize);
288 …TextureBuffer (const RenderContext& context, deUint32 internalFormat, size_t bufferSize, size_t o…
310 …void init (deUint32 internalFormat, size_t bufferSize, size_t offset, size_t size, const…