Home | History | Annotate | Download | only in simplereference

Lines Matching full:internalformat

69 	void			glCompressedTexImage2D					(deUint32 target, int level, deUint32 internalformat, int width, int height, int border, int imageSize, const void* data);
71 void glCopyTexImage1D (deUint32 target, int level, deUint32 internalformat, int x, int y, int width, int border);
72 void glCopyTexImage2D (deUint32 target, int level, deUint32 internalformat, int x, int y, int width, int height, int border);
144 void glRenderbufferStorage (deUint32 target, deUint32 internalformat, int width, int height);
155 void glTexImage1D (deUint32 target, int level, int internalformat, int width, int border, deUint32 format, deUint32 type, const void* pixels);
156 void glTexImage2D (deUint32 target, int level, int internalformat, int width, int height, int border, deUint32 format, deUint32 type, const void* pixels);
196 void glTexImage3D (deUint32 target, int level, int internalformat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* pixels);
199 void glCompressedTexImage3D (deUint32 target, int level, deUint32 internalformat, int width, int height, int depth, int border, int imageSize, const void* data);
218 void glRenderbufferStorageMultisample (deUint32 target, int samples, deUint32 internalformat, int width, int height);
295 void glTexStorage2D (deUint32 target, int levels, deUint32 internalformat, int width, int height);
296 void glTexStorage3D (deUint32 target, int levels, deUint32 internalformat, int width, int height, int depth);
297 void glGetInternalformativ (deUint32 target, deUint32 internalformat, deUint32 pname, int bufSize, int* params);