Lines Matching defs:fixedSampleLocations
3479 GLboolean fixedSampleLocations;
3496 GLboolean fixedSampleLocations = cmd->fixedSampleLocations;
3499 CALL_TexStorageMem2DMultisampleEXT(ctx->CurrentServerDispatch, (target, samples, internalFormat, width, height, fixedSampleLocations, memory, offset));
3505 _mesa_marshal_TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
3516 cmd->fixedSampleLocations = fixedSampleLocations;
3573 GLboolean fixedSampleLocations;
3592 GLboolean fixedSampleLocations = cmd->fixedSampleLocations;
3595 CALL_TexStorageMem3DMultisampleEXT(ctx->CurrentServerDispatch, (target, samples, internalFormat, width, height, depth, fixedSampleLocations, memory, offset));
3601 _mesa_marshal_TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
3613 cmd->fixedSampleLocations = fixedSampleLocations;
3702 GLboolean fixedSampleLocations;
3719 GLboolean fixedSampleLocations = cmd->fixedSampleLocations;
3722 CALL_TextureStorageMem2DMultisampleEXT(ctx->CurrentServerDispatch, (texture, samples, internalFormat, width, height, fixedSampleLocations, memory, offset));
3728 _mesa_marshal_TextureStorageMem2DMultisampleEXT(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
3739 cmd->fixedSampleLocations = fixedSampleLocations;
3796 GLboolean fixedSampleLocations;
3815 GLboolean fixedSampleLocations = cmd->fixedSampleLocations;
3818 CALL_TextureStorageMem3DMultisampleEXT(ctx->CurrentServerDispatch, (texture, samples, internalFormat, width, height, depth, fixedSampleLocations, memory, offset));
3824 _mesa_marshal_TextureStorageMem3DMultisampleEXT(GLuint texture, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset)
3836 cmd->fixedSampleLocations = fixedSampleLocations;