Home | History | Annotate | Download | only in glapi

Lines Matching defs:internalformat

6073 _mesa_marshal_TexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
6078 CALL_TexImage1D(ctx->CurrentServerDispatch, (target, level, internalformat, width, border, format, type, pixels));
6084 _mesa_marshal_TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
6089 CALL_TexImage2D(ctx->CurrentServerDispatch, (target, level, internalformat, width, height, border, format, type, pixels));
9698 GLenum internalformat;
9709 const GLenum internalformat = cmd->internalformat;
9714 CALL_CopyTexImage1D(ctx->CurrentServerDispatch, (target, level, internalformat, x, y, width, border));
9717 _mesa_marshal_CopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
9727 cmd->internalformat = internalformat;
9738 CALL_CopyTexImage1D(ctx->CurrentServerDispatch, (target, level, internalformat, x, y, width, border));
9748 GLenum internalformat;
9760 const GLenum internalformat = cmd->internalformat;
9766 internalformat, x, y, width, height, border));
9769 _mesa_marshal_CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
9779 cmd->internalformat = internalformat;
9791 CALL_CopyTexImage2D(ctx->CurrentServerDispatch, (target, level, internalformat, x, y, width, height, border));
10335 _mesa_marshal_ColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table)
10340 CALL_ColorTable(ctx->CurrentServerDispatch, (target, internalformat, width, format, type, table));
10371 GLenum internalformat;
10380 const GLenum internalformat = cmd->internalformat;
10384 CALL_CopyColorTable(ctx->CurrentServerDispatch, (target, internalformat, x, y, width));
10387 _mesa_marshal_CopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
10396 cmd->internalformat = internalformat;
10406 CALL_CopyColorTable(ctx->CurrentServerDispatch, (target, internalformat, x, y, width));
10500 _mesa_marshal_ConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * image)
10505 CALL_ConvolutionFilter1D(ctx->CurrentServerDispatch, (target, internalformat, width, format, type, image));
10511 _mesa_marshal_ConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image)
10516 CALL_ConvolutionFilter2D(ctx->CurrentServerDispatch, (target, internalformat, width, height, format, type, image));
10623 GLenum internalformat;
10632 const GLenum internalformat = cmd->internalformat;
10636 CALL_CopyConvolutionFilter1D(ctx->CurrentServerDispatch, (target, internalformat, x, y, width));
10639 _mesa_marshal_CopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
10648 cmd->internalformat = internalformat;
10658 CALL_CopyConvolutionFilter1D(ctx->CurrentServerDispatch, (target, internalformat, x, y, width));
10667 GLenum internalformat;
10677 const GLenum internalformat = cmd->internalformat;
10682 CALL_CopyConvolutionFilter2D(ctx->CurrentServerDispatch, (target, internalformat, x, y, width, height));
10685 _mesa_marshal_CopyConvolutionFilter2D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
10694 cmd->internalformat = internalformat;
10705 CALL_CopyConvolutionFilter2D(ctx->CurrentServerDispatch, (target, internalformat, x, y, width, height));
10755 _mesa_marshal_SeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column)
10760 CALL_SeparableFilter2D(ctx->CurrentServerDispatch, (target, internalformat, width, height, format, type, row, column));
10836 GLenum internalformat;
10844 const GLenum internalformat = cmd->internalformat;
10846 CALL_Histogram(ctx->CurrentServerDispatch, (target, width, internalformat, sink));
10849 _mesa_marshal_Histogram(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
10859 cmd->internalformat = internalformat;
10867 CALL_Histogram(ctx->CurrentServerDispatch, (target, width, internalformat, sink));
10876 GLenum internalformat;
10883 const GLenum internalformat = cmd->internalformat;
10885 CALL_Minmax(ctx->CurrentServerDispatch, (target, internalformat, sink));
10888 _mesa_marshal_Minmax(GLenum target, GLenum internalformat, GLboolean sink)
10897 cmd->internalformat = internalformat;
10905 CALL_Minmax(ctx->CurrentServerDispatch, (target, internalformat, sink));
10975 _mesa_marshal_TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels)
10980 CALL_TexImage3D(ctx->CurrentServerDispatch, (target, level, internalformat, width, height, depth, border, format, type, pixels));
12388 _mesa_marshal_CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data)
12393 CALL_CompressedTexImage3D(ctx->CurrentServerDispatch, (target, level, internalformat, width, height, depth, border, imageSize, data));
12399 _mesa_marshal_CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data)
12404 CALL_CompressedTexImage2D(ctx->CurrentServerDispatch, (target, level, internalformat, width, height, border, imageSize, data));
12410 _mesa_marshal_CompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data)
12415 CALL_CompressedTexImage1D(ctx->CurrentServerDispatch, (target, level, internalformat, width, border, imageSize, data));
18328 GLenum internalformat;
18336 const GLenum internalformat = cmd->internalformat;
18339 CALL_RenderbufferStorage(ctx->CurrentServerDispatch, (target, internalformat, width, height));
18342 _mesa_marshal_RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
18351 cmd->internalformat = internalformat;
18360 CALL_RenderbufferStorage(ctx->CurrentServerDispatch, (target, internalformat, width, height));
18370 GLenum internalformat;
18379 const GLenum internalformat = cmd->internalformat;
18382 CALL_RenderbufferStorageMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height));
18385 _mesa_marshal_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
18395 cmd->internalformat = internalformat;
18404 CALL_RenderbufferStorageMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height));
18942 GLenum internalFormat;
18949 const GLenum internalFormat = cmd->internalFormat;
18951 CALL_TexBuffer(ctx->CurrentServerDispatch, (target, internalFormat, buffer));
18954 _mesa_marshal_TexBuffer(GLenum target, GLenum internalFormat, GLuint buffer)
18963 cmd->internalFormat = internalFormat;
18971 CALL_TexBuffer(ctx->CurrentServerDispatch, (target, internalFormat, buffer));
19532 GLenum internalformat;
19542 const GLenum internalformat = cmd->internalformat;
19546 CALL_TexImage2DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, fixedsamplelocations));
19549 _mesa_marshal_TexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
19559 cmd->internalformat = internalformat;
19569 CALL_TexImage2DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, fixedsamplelocations));
19579 GLenum internalformat;
19590 const GLenum internalformat = cmd->internalformat;
19595 CALL_TexImage3DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, depth, fixedsamplelocations));
19598 _mesa_marshal_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
19608 cmd->internalformat = internalformat;
19619 CALL_TexImage3DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, depth, fixedsamplelocations));
25777 _mesa_marshal_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params)
25782 CALL_GetInternalformativ(ctx->CurrentServerDispatch, (target, internalformat, pname, bufSize, params));
25885 GLenum internalFormat;
25893 const GLenum internalFormat = cmd->internalFormat;
25895 CALL_TexStorage1D(ctx->CurrentServerDispatch, (target, levels, internalFormat, width));
25898 _mesa_marshal_TexStorage1D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)
25908 cmd->internalFormat = internalFormat;
25916 CALL_TexStorage1D(ctx->CurrentServerDispatch, (target, levels, internalFormat, width));
25926 GLenum internalFormat;
25935 const GLenum internalFormat = cmd->internalFormat;
25938 CALL_TexStorage2D(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height));
25941 _mesa_marshal_TexStorage2D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height)
25951 cmd->internalFormat = internalFormat;
25960 CALL_TexStorage2D(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height));
25970 GLenum internalFormat;
25980 const GLenum internalFormat = cmd->internalFormat;
25984 CALL_TexStorage3D(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height, depth));
25987 _mesa_marshal_TexStorage3D(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth)
25997 cmd->internalFormat = internalFormat;
26007 CALL_TexStorage3D(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height, depth));
26018 GLenum internalFormat;
26027 const GLenum internalFormat = cmd->internalFormat;
26029 CALL_TextureStorage1DEXT(ctx->CurrentServerDispatch, (texture, target, levels, internalFormat, width));
26032 _mesa_marshal_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width)
26043 cmd->internalFormat = internalFormat;
26051 CALL_TextureStorage1DEXT(ctx->CurrentServerDispatch, (texture, target, levels, internalFormat, width));
26062 GLenum internalFormat;
26072 const GLenum internalFormat = cmd->internalFormat;
26075 CALL_TextureStorage2DEXT(ctx->CurrentServerDispatch, (texture, target, levels, internalFormat, width, height));
26078 _mesa_marshal_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height)
26089 cmd->internalFormat = internalFormat;
26098 CALL_TextureStorage2DEXT(ctx->CurrentServerDispatch, (texture, target, levels, internalFormat, width, height));
26109 GLenum internalFormat;
26120 const GLenum internalFormat = cmd->internalFormat;
26124 CALL_TextureStorage3DEXT(ctx->CurrentServerDispatch, (texture, target, levels, internalFormat, width, height, depth));
26127 _mesa_marshal_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth)
26138 cmd->internalFormat = internalFormat;
26148 CALL_TextureStorage3DEXT(ctx->CurrentServerDispatch, (texture, target, levels, internalFormat, width, height, depth));
26240 _mesa_marshal_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid * data)
26245 CALL_ClearBufferData(ctx->CurrentServerDispatch, (target, internalformat, format, type, data));
26251 _mesa_marshal_ClearBufferSubData(GLenum target, GLenum internalformat
26256 CALL_ClearBufferSubData(ctx->CurrentServerDispatch, (target, internalformat, offset, size, format, type, data));
26411 GLenum internalformat;
26423 const GLenum internalformat = cmd->internalformat;
26428 CALL_TextureView(ctx->CurrentServerDispatch, (texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers));
26431 _mesa_marshal_TextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
26442 cmd->internalformat = internalformat;
26453 CALL_TextureView(ctx->CurrentServerDispatch, (texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers));
26745 _mesa_marshal_GetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 * params)
26750 CALL_GetInternalformati64v(ctx->CurrentServerDispatch, (target, internalformat, pname, bufSize, params));
27127 GLenum internalformat;
27136 const GLenum internalformat = cmd->internalformat;
27140 CALL_TexBufferRange(ctx->CurrentServerDispatch, (target, internalformat, buffer, offset, size));
27143 _mesa_marshal_TexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
27152 cmd->internalformat = internalformat;
27162 CALL_TexBufferRange(ctx->CurrentServerDispatch, (target, internalformat, buffer, offset, size));
27172 GLenum internalformat;
27182 const GLenum internalformat = cmd->internalformat;
27186 CALL_TexStorage2DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, fixedsamplelocations));
27189 _mesa_marshal_TexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
27199 cmd->internalformat = internalformat;
27209 CALL_TexStorage2DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, fixedsamplelocations));
27219 GLenum internalformat;
27230 const GLenum internalformat = cmd->internalformat;
27235 CALL_TexStorage3DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, depth, fixedsamplelocations));
27238 _mesa_marshal_TexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
27248 cmd->internalformat = internalformat;
27259 CALL_TexStorage3DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, depth, fixedsamplelocations));
28067 _mesa_marshal_ClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid * data)
28072 internalformat, format, type, data));
28078 _mesa_marshal_ClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid * data)
28083 CALL_ClearNamedBufferSubData(ctx->CurrentServerDispatch, (buffer, internalformat, offset, size, format, type, data));
28671 GLenum internalformat;
28679 const GLenum internalformat = cmd->internalformat;
28682 CALL_NamedRenderbufferStorage(ctx->CurrentServerDispatch, (renderbuffer, internalformat, width, height));
28685 _mesa_marshal_NamedRenderbufferStorage(GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
28694 cmd->internalformat = internalformat;
28703 CALL_NamedRenderbufferStorage(ctx->CurrentServerDispatch, (renderbuffer, internalformat, width, height));
28713 GLenum internalformat;
28722 const GLenum internalformat = cmd->internalformat;
28725 CALL_NamedRenderbufferStorageMultisample(ctx->CurrentServerDispatch, (renderbuffer, samples, internalformat, width, height));
28728 _mesa_marshal_NamedRenderbufferStorageMultisample(GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
28738 cmd->internalformat = internalformat;
28747 CALL_NamedRenderbufferStorageMultisample(ctx->CurrentServerDispatch, (renderbuffer, samples, internalformat, width, height));
28778 GLenum internalformat;
28785 const GLenum internalformat = cmd->internalformat;
28787 CALL_TextureBuffer(ctx->CurrentServerDispatch, (texture, internalformat, buffer));
28790 _mesa_marshal_TextureBuffer(GLuint texture, GLenum internalformat, GLuint buffer)
28799 cmd->internalformat = internalformat;
28807 CALL_TextureBuffer(ctx->CurrentServerDispatch, (texture, internalformat, buffer));
28816 GLenum internalformat;
28825 const GLenum internalformat = cmd->internalformat;
28829 CALL_TextureBufferRange(ctx->CurrentServerDispatch, (texture, internalformat, buffer, offset, size));
28832 _mesa_marshal_TextureBufferRange(GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
28841 cmd->internalformat = internalformat;
28851 CALL_TextureBufferRange(ctx->CurrentServerDispatch, (texture, internalformat, buffer, offset, size));
28861 GLenum internalformat;
28869 const GLenum internalformat = cmd->internalformat;
28871 CALL_TextureStorage1D(ctx->CurrentServerDispatch, (texture, levels, internalformat, width));
28874 _mesa_marshal_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width)
28884 cmd->internalformat = internalformat;
28892 CALL_TextureStorage1D(ctx->CurrentServerDispatch, (texture, levels, internalformat, width));
28902 GLenum internalformat;
28911 const GLenum internalformat = cmd->internalformat;
28914 CALL_TextureStorage2D(ctx->CurrentServerDispatch, (texture, levels, internalformat, width, height));
28917 _mesa_marshal_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
28927 cmd->internalformat = internalformat;
28936 CALL_TextureStorage2D(ctx->CurrentServerDispatch, (texture, levels, internalformat, width, height));
28946 GLenum internalformat;
28956 const GLenum internalformat = cmd->internalformat;
28960 CALL_TextureStorage3D(ctx->CurrentServerDispatch, (texture, levels, internalformat, width, height, depth));
28963 _mesa_marshal_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
28973 cmd->internalformat = internalformat;
28983 CALL_TextureStorage3D(ctx->CurrentServerDispatch, (texture, levels, internalformat, width, height, depth));
28993 GLenum internalformat;
29003 const GLenum internalformat = cmd->internalformat;
29007 CALL_TextureStorage2DMultisample(ctx->CurrentServerDispatch, (texture, samples, internalformat, width, height, fixedsamplelocations));
29010 _mesa_marshal_TextureStorage2DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
29020 cmd->internalformat = internalformat;
29030 CALL_TextureStorage2DMultisample(ctx->CurrentServerDispatch, (texture, samples, internalformat, width, height, fixedsamplelocations));
29040 GLenum internalformat;
29051 const GLenum internalformat = cmd->internalformat;
29056 CALL_TextureStorage3DMultisample(ctx->CurrentServerDispatch, (texture, samples, internalformat, width, height, depth, fixedsamplelocations));
29059 _mesa_marshal_TextureStorage3DMultisample(GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
29069 cmd->internalformat = internalformat;
29080 CALL_TextureStorage3DMultisample(ctx->CurrentServerDispatch, (texture, samples, internalformat, width, height, depth, fixedsamplelocations));
35974 GLenum internalformat;
35984 const GLenum internalformat = cmd->internalformat;
35987 CALL_RenderbufferStorageMultisampleAdvancedAMD(ctx->CurrentServerDispatch, (target, samples, storageSamples, internalformat, width, height));
35990 _mesa_marshal_RenderbufferStorageMultisampleAdvancedAMD(GLenum target, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
36001 cmd->internalformat = internalformat;
36010 CALL_RenderbufferStorageMultisampleAdvancedAMD(ctx->CurrentServerDispatch, (target, samples, storageSamples, internalformat, width, height));
36021 GLenum internalformat;
36031 const GLenum internalformat = cmd->internalformat;
36034 CALL_NamedRenderbufferStorageMultisampleAdvancedAMD(ctx->CurrentServerDispatch, (renderbuffer, samples, storageSamples, internalformat, width, height));
36037 _mesa_marshal_NamedRenderbufferStorageMultisampleAdvancedAMD(GLuint renderbuffer, GLsizei samples, GLsizei storageSamples, GLenum internalformat, GLsizei width, GLsizei height)
36048 cmd->internalformat = internalformat;
36057 CALL_NamedRenderbufferStorageMultisampleAdvancedAMD(ctx->CurrentServerDispatch, (renderbuffer, samples, storageSamples, internalformat, width, height));
38006 GLenum internalFormat;
38017 const GLenum internalFormat = cmd->internalFormat;
38022 CALL_TexStorageMem2DEXT(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height, memory, offset));
38025 _mesa_marshal_TexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
38035 cmd->internalFormat = internalFormat;
38046 CALL_TexStorageMem2DEXT(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height, memory, offset));
38056 GLenum internalFormat;
38068 const GLenum internalFormat = cmd->internalFormat;
38074 CALL_TexStorageMem2DMultisampleEXT(ctx->CurrentServerDispatch, (target, samples, internalFormat, width, height, fixedSampleLocations, memory, offset));
38077 _mesa_marshal_TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
38087 cmd->internalFormat = internalFormat;
38099 CALL_TexStorageMem2DMultisampleEXT(ctx->CurrentServerDispatch, (target, samples, internalFormat, width, height, fixedSampleLocations, memory, offset));
38109 GLenum internalFormat;
38121 const GLenum internalFormat = cmd->internalFormat;
38127 CALL_TexStorageMem3DEXT(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height, depth, memory, offset));
38130 _mesa_marshal_TexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
38140 cmd->internalFormat = internalFormat;
38152 CALL_TexStorageMem3DEXT(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, height, depth, memory, offset));
38162 GLenum internalFormat;
38175 const GLenum internalFormat = cmd->internalFormat;
38182 CALL_TexStorageMem3DMultisampleEXT(ctx->CurrentServerDispatch, (target, samples, internalFormat, width, height, depth, fixedSampleLocations, memory, offset));
38185 _mesa_marshal_TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
38195 cmd->internalFormat = internalFormat;
38208 CALL_TexStorageMem3DMultisampleEXT(ctx->CurrentServerDispatch, (target, samples, internalFormat, width, height, depth, fixedSampleLocations, memory, offset));
38259 GLenum internalFormat;
38270 const GLenum internalFormat = cmd->internalFormat;
38275 CALL_TextureStorageMem2DEXT(ctx->CurrentServerDispatch, (texture, levels, internalFormat, width, height, memory, offset));
38278 _mesa_marshal_TextureStorageMem2DEXT(GLenum texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset)
38288 cmd->internalFormat = internalFormat;
38299 CALL_TextureStorageMem2DEXT(ctx->CurrentServerDispatch, (texture, levels, internalFormat, width, height, memory, offset));
38309 GLenum internalFormat;
38321 const GLenum internalFormat = cmd->internalFormat;
38327 CALL_TextureStorageMem2DMultisampleEXT(ctx->CurrentServerDispatch, (texture, samples, internalFormat, width, height, fixedSampleLocations, memory, offset));
38330 _mesa_marshal_TextureStorageMem2DMultisampleEXT(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
38340 cmd->internalFormat = internalFormat;
38352 CALL_TextureStorageMem2DMultisampleEXT(ctx->CurrentServerDispatch, (texture, samples, internalFormat, width, height, fixedSampleLocations, memory, offset));
38362 GLenum internalFormat;
38374 const GLenum internalFormat = cmd->internalFormat;
38380 CALL_TextureStorageMem3DEXT(ctx->CurrentServerDispatch, (texture, levels, internalFormat, width, height, depth, memory, offset));
38383 _mesa_marshal_TextureStorageMem3DEXT(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset)
38393 cmd->internalFormat = internalFormat;
38405 CALL_TextureStorageMem3DEXT(ctx->CurrentServerDispatch, (texture, levels, internalFormat, width, height, depth, memory, offset));
38415 GLenum internalFormat;
38428 const GLenum internalFormat = cmd->internalFormat;
38435 CALL_TextureStorageMem3DMultisampleEXT(ctx->CurrentServerDispatch, (texture, samples, internalFormat, width, height, depth, fixedSampleLocations, memory, offset));
38438 _mesa_marshal_TextureStorageMem3DMultisampleEXT(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
38448 cmd->internalFormat = internalFormat;
38461 CALL_TextureStorageMem3DMultisampleEXT(ctx->CurrentServerDispatch, (texture, samples, internalFormat, width, height, depth, fixedSampleLocations, memory, offset));
38512 GLenum internalFormat;
38522 const GLenum internalFormat = cmd->internalFormat;
38526 CALL_TexStorageMem1DEXT(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, memory, offset));
38529 _mesa_marshal_TexStorageMem1DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
38539 cmd->internalFormat = internalFormat;
38549 CALL_TexStorageMem1DEXT(ctx->CurrentServerDispatch, (target, levels, internalFormat, width, memory, offset));
38559 GLenum internalFormat;
38569 const GLenum internalFormat = cmd->internalFormat;
38573 CALL_TextureStorageMem1DEXT(ctx->CurrentServerDispatch, (texture, levels, internalFormat, width, memory, offset));
38576 _mesa_marshal_TextureStorageMem1DEXT(GLuint texture, GLsizei levels, GLenum internalFormat, GLsizei width, GLuint memory, GLuint64 offset)
38586 cmd->internalFormat = internalFormat;
38596 CALL_TextureStorageMem1DEXT(ctx->CurrentServerDispatch, (texture, levels, internalFormat, width, memory, offset));