Lines Matching defs:internalformat
2140 GLenum internalformat;
2148 GLenum internalformat = cmd->internalformat;
2151 CALL_RenderbufferStorage(ctx->CurrentServerDispatch, (target, internalformat, width, height));
2157 _mesa_marshal_RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
2164 cmd->internalformat = internalformat;
2176 GLenum internalformat;
2185 GLenum internalformat = cmd->internalformat;
2188 CALL_RenderbufferStorageMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height));
2194 _mesa_marshal_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
2202 cmd->internalformat = internalformat;
2702 GLenum internalFormat;
2709 GLenum internalFormat = cmd->internalFormat;
2711 CALL_TexBuffer(ctx->CurrentServerDispatch, (target, internalFormat, buffer));
2717 _mesa_marshal_TexBuffer(GLenum target, GLenum internalFormat, GLuint buffer)
2724 cmd->internalFormat = internalFormat;
3060 GLenum internalformat;
3069 GLenum internalformat = cmd->internalformat;
3073 CALL_TexImage2DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, fixedsamplelocations));
3079 _mesa_marshal_TexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
3087 cmd->internalformat = internalformat;
3101 GLenum internalformat;
3111 GLenum internalformat = cmd->internalformat;
3116 CALL_TexImage3DMultisample(ctx->CurrentServerDispatch, (target, samples, internalformat, width, height, depth, fixedsamplelocations));
3122 _mesa_marshal_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
3130 cmd->internalformat = internalformat;